1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-08 02:04:06 +00:00

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

View File

@ -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(sol || bounded) set_geometry(gNormal); if(bounded) set_geometry(gNormal);
dual::disable(); dual::disable();
break; break;
#endif #endif