Add setting for whether water floods from map edges

This commit is contained in:
Jonathan G Rennison
2023-09-28 17:11:02 +01:00
parent aa4aee1d23
commit 8a0fab1d4c
5 changed files with 14 additions and 1 deletions

View File

@@ -2455,6 +2455,7 @@ static SettingsContainer &GetSettingsTree()
treedist->Add(new SettingEntry("construction.tree_growth_rate"));
}
environment->Add(new SettingEntry("construction.flood_from_edges"));
environment->Add(new SettingEntry("economy.day_length_factor"));
environment->Add(new SettingEntry("station.modified_catchment"));
environment->Add(new SettingEntry("station.catchment_increase"));