1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-28 11:31:22 +00:00

racing:: not available in bounded words (disabled in menu, changing geometry disables racing

This commit is contained in:
Zeno Rogue
2018-12-04 23:07:56 +01:00
parent 9f3eaf7011
commit 8225593756
2 changed files with 17 additions and 9 deletions

View File

@@ -1159,6 +1159,9 @@ 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(IRREGULAR) variation = eVariation::bitruncated;
if(GOLDBERG && gp::param == gp::loc(1,1) && S3 == 3) {
@@ -1253,6 +1256,7 @@ void switch_game_mode(char switchWhat) {
inv::on = false;
chaosmode = false;
princess::challenge = false;
if(bounded) set_geometry(gNormal);
break;
#endif