1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-07 21:16:48 +00:00

fixup to twisted enabling

This commit is contained in:
Zeno Rogue 2024-06-28 12:35:26 +02:00
parent 6ea872bb75
commit e0b2699b85

View File

@ -329,7 +329,7 @@ void set_or_configure_geometry(eGeometry g) {
quo = sphere || quotient;
if(arcm::in()) ok = PURE;
else if(bt::in() || aperiodic) ok = false;
else if(GOLDBERRG && S3 == 4 && gp::param == gp::loc{1,1}) ok = true;
else if(GOLDBERG && S3 == 4 && gp::param == gp::loc{1,1}) ok = true;
else if(UNRECTIFIED && gp::param == gp::loc{1,1}) ok = true;
else ok = PURE || BITRUNCATED;
if(!ok) {