attempt to fix assertion failure at connect_engine.cpp:876

This commit is contained in:
gfgtdf 2015-09-07 02:06:05 +02:00
parent 8a70775cb3
commit 6c1e64a4e4

View file

@ -55,6 +55,7 @@ static void add_multiplayer_classification(config& multiplayer, saved_game& stat
config initial_level_config(saved_game& state)
{
const mp_game_settings& params = state.mp_settings();
state.set_defaults();
//Also impliers state.expand_scenario()
//We need to call this before expand_mp_events/options oterwise they might be overwritten
state.expand_random_scenario();