Reset end scenario flag once the scenario has ended
Thanks to @fosnola for spotting the issue
This commit is contained in:
@@ -991,6 +991,7 @@ static void handle_get_items(bool& did_something, bool& need_redraw, bool& need_
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void handle_victory() {
|
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.
|
// This is the point at which we need to transfer any exported graphics over to the party sheet.
|
||||||
univ.exportGraphics();
|
univ.exportGraphics();
|
||||||
univ.exportSummons();
|
univ.exportSummons();
|
||||||
|
Reference in New Issue
Block a user