mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
racing no longer disables S2xE
This commit is contained in:
parent
bb1e9ef91c
commit
77aa05c3f9
@ -1315,7 +1315,7 @@ EX void switch_game_mode(char switchWhat) {
|
|||||||
inv::on = false;
|
inv::on = false;
|
||||||
chaosmode = false;
|
chaosmode = false;
|
||||||
princess::challenge = false;
|
princess::challenge = false;
|
||||||
if(bounded) set_geometry(gNormal);
|
if(bounded && !prod) set_geometry(gNormal);
|
||||||
dual::disable();
|
dual::disable();
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user