attempt to fix crash when starting a mp game

same as c2dd4c93d8 but for the mp path
This commit is contained in:
gfgtdf 2016-10-16 15:13:00 +02:00 committed by GitHub
parent 8e3c554094
commit 3b04fecb3c

View File

@ -757,10 +757,10 @@ void tmp_create_game::post_show(twindow& window)
create_engine_.prepare_for_other();
}
create_engine_.prepare_for_new_level();
create_engine_.get_parameters();
create_engine_.prepare_for_new_level();
std::vector<const config*> entry_points;
std::vector<std::string> entry_point_titles;