Allow building objects by area (1x1 objects only)

Add setting (default on)
This commit is contained in:
Jonathan G Rennison
2020-09-14 23:19:45 +01:00
parent 2d350d26db
commit f44d75eaf5
9 changed files with 118 additions and 3 deletions

View File

@@ -391,6 +391,7 @@ struct ConstructionSettings {
bool allow_road_stops_under_bridges; ///< allow road/tram stops under bridges
bool allow_docks_under_bridges; ///< allow docks under bridges
byte purchase_land_permitted; ///< whether and how purchasing land is permitted
bool build_object_area_permitted; ///< whether building objects by area is permitted
uint32 terraform_per_64k_frames; ///< how many tile heights may, over a long period, be terraformed per 65536 frames?
uint16 terraform_frame_burst; ///< how many tile heights may, over a short period, be terraformed?