Add a dedicated setting to enable ship collision avoidance.

This commit is contained in:
Jonathan G Rennison
2016-01-19 22:37:23 +00:00
parent c74a8ad557
commit b00b1125be
5 changed files with 14 additions and 1 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 ship_collision_avoidance; ///< ships try to avoid colliding with each other
};
/** Settings related to the economy. */