handle_death: try to repair restore...

This commit is contained in:
Laurent Alonso(fr)
2020-06-16 18:53:27 +02:00
committed by Celtic Minstrel
parent 2902d84e30
commit 07033ca887

View File

@@ -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;
}