Skip to content

Commit

Permalink
add era/mod define support to sp
Browse files Browse the repository at this point in the history
I had previously forgotten to include this line.
  • Loading branch information
Rift-Walker committed Aug 8, 2014
1 parent 0d58f86 commit 3920056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/singleplayer.cpp
Expand Up @@ -100,6 +100,7 @@ bool enter_create_mode(game_display& disp, const config& game_config,
return enter_create_mode(disp, game_config, state, jump_to_campaign, local_players_only);
}

create_eng.prepare_for_era_and_mods();
create_eng.prepare_for_campaign(selected_difficulty);

if (!jump_to_campaign.scenario_id_.empty())
Expand Down

0 comments on commit 3920056

Please sign in to comment.