I'm not quite sure if this is necessary, hopefully it doesn't break anything

This commit is contained in:
2014-12-11 01:46:33 -05:00
parent 3e31a91214
commit 593816894f

View File

@@ -2504,7 +2504,7 @@ void handle_death()
if(!file_to_load.empty()) load_party(file_to_load);
if (party_toast() == false) {
if(overall_mode != MODE_STARTUP)
post_load();
post_load(), finish_load_party();
return;
}
}