Skip to content

Commit

Permalink
Removed warning for loading mp save from titlescreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 29, 2016
1 parent 5349552 commit c17e144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_launcher.cpp
Expand Up @@ -780,7 +780,6 @@ bool game_launcher::load_game()

if(state_.classification().campaign_type == game_classification::CAMPAIGN_TYPE::MULTIPLAYER) {
state_.unify_controllers();
gui2::show_message(video(), _("Warning") , _("This is a multiplayer scenario. Some parts of it may not work properly in single-player. It is recommended to load this scenario through the <b>Multiplayer</b> → <b>Load Game</b> dialog instead."), "", true, true);
}

if (load.cancel_orders()) {
Expand Down

0 comments on commit c17e144

Please sign in to comment.