Forgot to include this in c6bf9359d8
This commit is contained in:
parent
d435d861f2
commit
c612aae478
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void campaign_settings::update_lists(window& window)
|
|||
era_list.clear();
|
||||
|
||||
if (engine_.current_level().allow_era_choice()) {
|
||||
for (std::string era : engine_.extras_menu_item_names(ng::create_engine::ERA, false)) {
|
||||
for (std::string era : engine_.extras_menu_item_names(ng::create_engine::ERA)) {
|
||||
std::map<std::string, string_map> row;
|
||||
string_map column;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue