mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-31 18:02:10 +00:00
remplace euclid6, euclid4, 'euclid && \!archimedean && \!penrose' with standard_tiling(), euc::in(dimension, s7)
This commit is contained in:
+1
-1
@@ -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