setting Racing while in Solv no longer resets geometry

This commit is contained in:
Zeno Rogue 2019-09-27 18:04:49 +02:00
parent 5febec0843
commit 1359dfcd62
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(sol || bounded) set_geometry(gNormal);
if(bounded) set_geometry(gNormal);
dual::disable();
break;
#endif