Adjacent crossings: add setting (in PATX), add info to SLXI chunk.

This commit is contained in:
Jonathan G Rennison
2015-08-02 17:49:25 +01:00
parent b8ef887cc1
commit 09be8afd8d
7 changed files with 24 additions and 5 deletions

View File

@@ -462,6 +462,7 @@ struct VehicleSettings {
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
bool adjacent_crossings; ///< enable closing of adjacent level crossings
};
/** Settings related to the economy. */