Skip to content

Commit

Permalink
finish_load_party()
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jun 14, 2024
1 parent 72b5c38 commit 4ecdb91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/boe.main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 4ecdb91

Please sign in to comment.