mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	renamed DIM to GDIM
This commit is contained in:
		| @@ -366,7 +366,7 @@ int emerald_heptagon(int parent, int dir) { | ||||
|    | ||||
|   #undef RULE | ||||
|  | ||||
|   if(weirdhyperbolic || DIM == 3) return 0; | ||||
|   if(weirdhyperbolic || GDIM == 3) return 0; | ||||
|   printf("HEPTAGONAL RULE MISSING for (%d,%d)\n", parent,dir); | ||||
|   exit(1); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue