launch from start: restart scenario if already in it

This commit is contained in:
2025-01-14 19:55:50 -06:00
committed by Celtic Minstrel
parent 80aa0341a1
commit 832ceffe8e
4 changed files with 9 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ void debug_stealth_detect_life_firewalk();
void debug_fly();
void debug_ghost_mode();
void debug_return_to_start();
void handle_victory(bool record = false);
void handle_victory(bool force = false, bool record = false);
void debug_increase_age();
void debug_towns_forget();
void debug_heal_plus_extra();