Add settings for minimum contiguous landmass size for town/city placement

This commit is contained in:
Jonathan G Rennison
2021-10-25 00:30:25 +01:00
parent 55620ff162
commit 944f090b46
5 changed files with 54 additions and 3 deletions

View File

@@ -638,6 +638,8 @@ struct EconomySettings {
bool allow_town_roads; ///< towns are allowed to build roads (always allowed when generating world / in SE)
uint16 town_min_distance; ///< minimum distance between towns
uint8 max_town_heightlevel; ///< maximum height level for towns
uint16 min_town_land_area; ///< minimum contiguous lang area for towns.
uint16 min_city_land_area; ///< minimum contiguous lang area for cities.
TownFounding found_town; ///< town founding.
bool station_noise_level; ///< build new airports when the town noise level is still within accepted limits
uint16 town_noise_population[3]; ///< population to base decision on noise evaluation (@see town_council_tolerance)