diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 36add767..df50d04d 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -257,6 +257,7 @@ void replay_next_action() { if (t == "load_party") { decode_file(next_action->GetText(), tempDir / "temp.exg"); load_party(tempDir / "temp.exg", univ); + finish_load_party(); } }