Add setting to disable vehicle expiry after a given year
This commit is contained in:
@@ -540,6 +540,7 @@ struct VehicleSettings {
|
||||
uint8 freight_trains; ///< value to multiply the weight of cargo by
|
||||
bool dynamic_engines; ///< enable dynamic allocation of engine data
|
||||
bool never_expire_vehicles; ///< never expire vehicles
|
||||
Year no_expire_vehicles_after; ///< do not expire vehicles ater this year
|
||||
byte extend_vehicle_life; ///< extend vehicle life by this many years
|
||||
byte road_side; ///< the side of the road vehicles drive on
|
||||
uint8 plane_crashes; ///< number of plane crashes, 0 = none, 1 = reduced, 2 = normal
|
||||
|
Reference in New Issue
Block a user