1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +00:00

racing in bounded worlds

This commit is contained in:
Zeno Rogue
2019-09-28 14:18:58 +02:00
parent b1273dd704
commit 7ed8e16974
2 changed files with 111 additions and 67 deletions

View File

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