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:
@@ -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
|
||||
|
Reference in New Issue
Block a user