Enable Cancel Orders in Load MP Game

Resolving bug #22133, stating Cancel Orders does not work when loading a MP game.
This commit is contained in:
Wedge009 2015-10-20 22:28:58 +11:00
parent 675738e635
commit 01daea8f75

View file

@ -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);