diff --git a/system.cpp b/system.cpp index 0b7f5c28..23ccbbe7 100644 --- a/system.cpp +++ b/system.cpp @@ -1315,7 +1315,7 @@ EX void switch_game_mode(char switchWhat) { inv::on = false; chaosmode = false; princess::challenge = false; - if(sol || bounded) set_geometry(gNormal); + if(bounded) set_geometry(gNormal); dual::disable(); break; #endif