mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	added missing pathdata structure creation
This commit is contained in:
		| @@ -1355,6 +1355,7 @@ EX void movehex(bool mounted, int colorpair) { | |||||||
|   } |   } | ||||||
|  |  | ||||||
| EX void movehex_rest(bool mounted) { | EX void movehex_rest(bool mounted) { | ||||||
|  |   pathdata pd(4); | ||||||
|   for(int i=0; i<isize(hexsnakes); i++) { |   for(int i=0; i<isize(hexsnakes); i++) { | ||||||
|     cell *c = hexsnakes[i]; |     cell *c = hexsnakes[i]; | ||||||
|     int colorpair; |     int colorpair; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue