mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	remplace euclid6, euclid4, 'euclid && \!archimedean && \!penrose' with standard_tiling(), euc::in(dimension, s7)
This commit is contained in:
		| @@ -531,7 +531,7 @@ void geometry_information::prepare_basics() { | ||||
|   floorrad0 = hexvdist* (GDIM == 3 ? 1 : 0.92); | ||||
|   floorrad1 = rhexf * (GDIM == 3 ? 1 : 0.94); | ||||
|    | ||||
|   if(euclid4) { | ||||
|   if(euc::in(2,4)) { | ||||
|     if(!BITRUNCATED) | ||||
|       floorrad0 = floorrad1 = rhexf * (GDIM == 3 ? 1 : .94); | ||||
|     else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue