From 593816894f8ea745e59e12ac58f6de90ce8418fc Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Thu, 11 Dec 2014 01:46:33 -0500 Subject: [PATCH] I'm not quite sure if this is necessary, hopefully it doesn't break anything --- osx/boe.actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/boe.actions.cpp b/osx/boe.actions.cpp index f81d0b1d..f0e2d160 100644 --- a/osx/boe.actions.cpp +++ b/osx/boe.actions.cpp @@ -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; } }