Reset end scenario flag once the scenario has ended

Thanks to @fosnola for spotting the issue
This commit is contained in:
2023-01-21 17:18:31 -05:00
parent b929852e22
commit bad804bc71

View File

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