Add setting to ignore object introduction dates

This commit is contained in:
Jonathan G Rennison
2022-06-02 14:06:21 +01:00
parent 6fce46304a
commit 6d4da8afd4
5 changed files with 14 additions and 1 deletions

View File

@@ -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?