Skip to content

Commit

Permalink
Merge pull request #534 from Wedge009/bug_22133_fix
Browse files Browse the repository at this point in the history
Resolve Bug #22133
  • Loading branch information
gfgtdf committed Oct 24, 2015
2 parents b7cb892 + 01daea8 commit 9ad56b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game_initialization/multiplayer_create.cpp
Expand Up @@ -333,6 +333,9 @@ void create::process_event_impl(const process_event_data & data)
}
}

if (load.cancel_orders())
engine_.get_state().cancel_orders();

engine_.prepare_for_saved_game();
set_result(LOAD_GAME);

Expand Down

0 comments on commit 9ad56b8

Please sign in to comment.