diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 534bffcfc..858dcd577 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(); } }