Skip to content

Commit

Permalink
don't use era_blank in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 28, 2015
1 parent 0d71489 commit 221bd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_launcher.cpp
Expand Up @@ -778,7 +778,7 @@ void game_launcher::set_tutorial()
state_ = saved_game();
state_.classification().campaign_type = game_classification::CAMPAIGN_TYPE::TUTORIAL;
state_.classification().campaign_define = "TUTORIAL";
state_.mp_settings().mp_era = "era_blank";
state_.mp_settings().mp_era = "era_default";
state_.mp_settings().show_connect = false;
state_.set_carryover_sides_start(
config_of("next_scenario", "tutorial")
Expand Down

0 comments on commit 221bd15

Please sign in to comment.