Feature: Configurable game ending year

Functionally reverts 683b65ee1
This commit is contained in:
Niels Martin Hansen
2019-09-18 20:18:45 +02:00
parent 69f9529ba3
commit 2fd871e2af
8 changed files with 47 additions and 4 deletions

View File

@@ -1698,6 +1698,7 @@ static SettingsContainer &GetSettingsTree()
genworld->Add(new SettingEntry("economy.town_layout"));
genworld->Add(new SettingEntry("difficulty.industry_density"));
genworld->Add(new SettingEntry("gui.pause_on_newgame"));
genworld->Add(new SettingEntry("game_creation.ending_year"));
}
SettingsPage *environment = main->Add(new SettingsPage(STR_CONFIG_SETTING_ENVIRONMENT));