Add setting to enable flipping direction of all train types in depot

This commit is contained in:
Jonathan G Rennison
2018-09-11 06:08:02 +01:00
parent ce6d6db4d5
commit ce4e2ca3c3
5 changed files with 15 additions and 1 deletions

View File

@@ -541,6 +541,7 @@ struct VehicleSettings {
uint8 repair_cost; ///< cost of repairing vehicle
bool ship_collision_avoidance; ///< ships try to avoid colliding with each other
bool no_train_crash_other_company; ///< trains cannot crash with trains from other companies
bool flip_direction_all_trains; ///< enable flipping direction in depot for all train engine types
};
/** Settings related to the economy. */