mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 18:55:31 +00:00
Add warning when multiplayer game is loaded through title screen load button
This commit is contained in:
parent
a626090278
commit
8e4fef932d
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user