1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

highlights in special modes

This commit is contained in:
Zeno Rogue
2021-02-06 02:55:51 +01:00
parent 2b2bdbdb54
commit c57566f9da
5 changed files with 176 additions and 20 deletions

View File

@@ -1488,6 +1488,14 @@ EX void add_debug(cell *c) {
}
#endif
EX void start_thurston() {
stop_game();
resetModes();
start_game();
pushScreen(showStartMenu);
pushScreen(racing::thurston_racing);
}
#if !CAP_RACING
EX always_false on;
#endif