Add setting to ignore object introduction dates
This commit is contained in:
@@ -455,6 +455,7 @@ struct ConstructionSettings {
|
||||
byte purchase_land_permitted; ///< whether and how purchasing land is permitted
|
||||
bool build_object_area_permitted; ///< whether building objects by area is permitted
|
||||
Year no_expire_objects_after; ///< do not expire objects after this year
|
||||
bool ignore_object_intro_dates; ///< allow players to build objects before their introduction dates (does not include during map generation)
|
||||
|
||||
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?
|
||||
|
Reference in New Issue
Block a user