Add warning when multiplayer game is loaded through title screen load button

This commit is contained in:
Chris Beck 2014-02-20 19:16:33 -05:00
parent a626090278
commit 8e4fef932d

View File

@ -531,6 +531,7 @@ bool game_controller::load_game()
if (side["controller"] == "network_ai")
side["controller"] = "human_ai";
}
gui2::show_error_message(disp().video(), _("Warning: This is a multiplayer scenario and some parts of it may not work properly in singleplayer. It is recommended to load this scenario through the Multiplayer -> Load Game dialog instead."));
}
if (load.cancel_orders()) {