Add setting for map edge behaviour, and how to display area outside map

This commit is contained in:
Jonathan G Rennison
2023-12-22 17:32:44 +00:00
parent 540cec2af5
commit 378a545dd4
9 changed files with 99 additions and 7 deletions

View File

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