racing no longer disables S2xE

This commit is contained in:
Zeno Rogue 2019-09-27 18:19:16 +02:00
parent bb1e9ef91c
commit 77aa05c3f9
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ EX void switch_game_mode(char switchWhat) {
inv::on = false;
chaosmode = false;
princess::challenge = false;
if(bounded) set_geometry(gNormal);
if(bounded && !prod) set_geometry(gNormal);
dual::disable();
break;
#endif