mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Add: Setting to control minimum distance between towns. (#14893)
Backported from JGRPP.
This commit is contained in:
@@ -881,6 +881,7 @@ SettingsContainer &GetSettingsTree()
|
||||
towns->Add(new SettingEntry("economy.town_layout"));
|
||||
towns->Add(new SettingEntry("economy.larger_towns"));
|
||||
towns->Add(new SettingEntry("economy.initial_city_size"));
|
||||
towns->Add(new SettingEntry("economy.town_min_distance"));
|
||||
towns->Add(new SettingEntry("economy.town_cargogen_mode"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user