mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 19:00:35 +00:00
nilrider:: adjust to collection
This commit is contained in:
parent
108f4fb437
commit
b31ceaf3df
@ -449,7 +449,7 @@ void pop_and_push_replays() {
|
||||
}
|
||||
#endif
|
||||
|
||||
reaction_t on_quit = [] { exit(0); };
|
||||
reaction_t on_quit = [] { quitmainloop = true; };
|
||||
|
||||
void restart() {
|
||||
clear_path(curlev);
|
||||
|
Loading…
Reference in New Issue
Block a user