mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
chaosmode disables only bounded geometries
This commit is contained in:
parent
e244e3cff8
commit
e68da3d9a9
@ -1185,12 +1185,11 @@ void switch_game_mode(char switchWhat) {
|
||||
break;
|
||||
|
||||
case rg::chaos:
|
||||
if(sphere || quotient || fulltorus || (euwrap && torusconfig::sdy))
|
||||
geometry = gNormal;
|
||||
if(tactic::on) firstland = laIce;
|
||||
yendor::on = tactic::on = princess::challenge = false;
|
||||
need_reset_geometry = true;
|
||||
chaosmode = !chaosmode;
|
||||
if(bounded) set_geometry(gNormal);
|
||||
break;
|
||||
|
||||
#if CAP_TOUR
|
||||
|
Loading…
Reference in New Issue
Block a user