mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
selecting bounded geometry no longer disables racing
This commit is contained in:
parent
528cf9867a
commit
d400bc845e
@ -1198,9 +1198,6 @@ EX void set_geometry(eGeometry target) {
|
||||
geometry = target;
|
||||
|
||||
if(chaosmode && bounded) chaosmode = false;
|
||||
#if CAP_RACING
|
||||
if(bounded) racing::on = false;
|
||||
#endif
|
||||
if(euclid6) variation = eVariation::bitruncated;
|
||||
#if CAP_IRR
|
||||
if(IRREGULAR) variation = eVariation::bitruncated;
|
||||
|
Loading…
Reference in New Issue
Block a user