From 07033ca8879ee17b8c4a7081fc46225eac437f1d Mon Sep 17 00:00:00 2001 From: "Laurent Alonso(fr)" Date: Tue, 16 Jun 2020 18:53:27 +0200 Subject: [PATCH] handle_death: try to repair restore... --- src/game/boe.actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index 698cc9e8..70a97c96 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -2583,7 +2583,7 @@ void handle_death() { fs::path file_to_load = nav_get_party(); if(!file_to_load.empty()) load_party(file_to_load, univ); if(univ.party.is_alive()) { - if(overall_mode != MODE_STARTUP) + if(overall_mode == MODE_STARTUP) post_load(), finish_load_party(); return; }