(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes
This commit is contained in:
@@ -320,6 +320,7 @@ struct VehicleSettings {
|
||||
bool never_expire_vehicles; ///< never expire vehicles
|
||||
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
|
||||
};
|
||||
|
||||
/** Settings related to the economy. */
|
||||
|
Reference in New Issue
Block a user