mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	An option to play on a disk (and use bounded space rules). Also renamed 'bounded' flag to 'closed' or similar, and improved Halloween
This commit is contained in:
		| @@ -1045,7 +1045,7 @@ EX bool ctof(cell* c) { | ||||
|   } | ||||
|  | ||||
| EX bool supports(eGeometry g) { | ||||
|   if(g == gEuclid || g == gEuclidSquare) return ginf[g].flags & qBOUNDED; | ||||
|   if(g == gEuclid || g == gEuclidSquare) return ginf[g].flags & qCLOSED; | ||||
|   return among(g, gNormal, gKleinQuartic, gOctagon, gBolza2, gFieldQuotient, gSphere, gSmallSphere, gTinySphere); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue