1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 23:06:00 +00:00

fixed restoring golems in casual

This commit is contained in:
Zeno Rogue
2023-12-13 21:34:54 +01:00
parent a282ac314e
commit 5c24213092
2 changed files with 11 additions and 7 deletions

View File

@@ -615,6 +615,7 @@ EX void handleKeyQuit(int sym, int uni) {
stop_game();
load_last_save();
start_game();
restore_all_golems();
}
else
gotoHelp(safety_help());