mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
setting Euclidean no longer sets bitruncated
This commit is contained in:
@@ -1200,7 +1200,6 @@ EX void set_geometry(eGeometry target) {
|
|||||||
if(chaosmode && bounded) chaosmode = 0;
|
if(chaosmode && bounded) chaosmode = 0;
|
||||||
if(chaosmode == 1 && walls_not_implemented()) chaosmode = 0;
|
if(chaosmode == 1 && walls_not_implemented()) chaosmode = 0;
|
||||||
|
|
||||||
if(euclid6) variation = eVariation::bitruncated;
|
|
||||||
#if CAP_IRR
|
#if CAP_IRR
|
||||||
if(IRREGULAR) variation = eVariation::bitruncated;
|
if(IRREGULAR) variation = eVariation::bitruncated;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user