From bad804bc71e6453101555e032aa2cf0f11f1fed9 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 21 Jan 2023 17:18:31 -0500 Subject: [PATCH] Reset end scenario flag once the scenario has ended Thanks to @fosnola for spotting the issue --- src/game/boe.actions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index ad5c17a0..9b72cf28 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -991,6 +991,7 @@ static void handle_get_items(bool& did_something, bool& need_redraw, bool& need_ } static void handle_victory() { + end_scenario = false; // This is the point at which we need to transfer any exported graphics over to the party sheet. univ.exportGraphics(); univ.exportSummons();