1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-27 17:34:53 +00:00

nilrider:: adjust to collection

This commit is contained in:
Zeno Rogue 2023-08-07 17:16:44 +02:00
parent 108f4fb437
commit b31ceaf3df

View File

@ -449,7 +449,7 @@ void pop_and_push_replays() {
} }
#endif #endif
reaction_t on_quit = [] { exit(0); }; reaction_t on_quit = [] { quitmainloop = true; };
void restart() { void restart() {
clear_path(curlev); clear_path(curlev);