Add setting to disable NewGRF inflation flag

This commit is contained in:
Jonathan G Rennison
2022-12-28 01:58:03 +00:00
parent 64c210f770
commit b9dad1818b
3 changed files with 8 additions and 1 deletions

View File

@@ -701,6 +701,7 @@ struct EconomySettings {
bool infrastructure_maintenance; ///< enable monthly maintenance fee for owner infrastructure
uint8 day_length_factor; ///< factor which the length of day is multiplied
uint16 random_road_reconstruction; ///< chance out of 1000 per tile loop for towns to start random road re-construction
bool disable_inflation_newgrf_flag; ///< Disable NewGRF inflation flag
};
struct LinkGraphSettings {