From 3b04fecb3c9f73772d6f88c0c87d081c3d44ec0b Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Sun, 16 Oct 2016 15:13:00 +0200 Subject: [PATCH] attempt to fix crash when starting a mp game same as https://github.com/wesnoth/wesnoth/commit/c2dd4c93d8b4880559b4c9d2702639287fec8b1a but for the mp path --- src/gui/dialogs/multiplayer/mp_create_game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/dialogs/multiplayer/mp_create_game.cpp b/src/gui/dialogs/multiplayer/mp_create_game.cpp index 5c68aff0bcd..984ed342823 100644 --- a/src/gui/dialogs/multiplayer/mp_create_game.cpp +++ b/src/gui/dialogs/multiplayer/mp_create_game.cpp @@ -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 entry_points; std::vector entry_point_titles;