nilrider:: adjust to collection

This commit is contained in:
Zeno Rogue 2023-08-07 17:16:44 +02:00
parent 108f4fb437
commit b31ceaf3df
1 changed files with 1 additions and 1 deletions

View File

@ -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);