mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 06:06:34 +00:00
attempt to fix crash when starting a mp game
same as c2dd4c93d8
but for the mp path
This commit is contained in:
parent
8e3c554094
commit
3b04fecb3c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user