1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-09 11:52:23 +00:00

added missing guards

This commit is contained in:
Zeno Rogue
2021-02-07 18:29:49 +01:00
parent be44d4d2d6
commit b166b64006
6 changed files with 30 additions and 4 deletions

View File

@@ -1486,8 +1486,8 @@ EX void add_debug(cell *c) {
dialog::addSelItem("completion", its(r.completion), 0);
}
}
#endif
#if MAXMDIM >= 4
EX void start_thurston() {
stop_game();
resetModes();
@@ -1495,6 +1495,8 @@ EX void start_thurston() {
pushScreen(showStartMenu);
pushScreen(racing::thurston_racing);
}
#endif
#endif
#if !CAP_RACING
EX always_false on;