Fix setting name

This commit is contained in:
Jonathan G Rennison
2021-06-27 03:47:18 +01:00
parent 879a23811f
commit 3bba9ef37a
7 changed files with 17 additions and 18 deletions

View File

@@ -572,7 +572,7 @@ struct VehicleSettings {
uint8 train_slope_steepness; ///< Steepness of hills for trains when using realistic acceleration
uint8 roadveh_slope_steepness; ///< Steepness of hills for road vehicles when using realistic acceleration
bool wagon_speed_limits; ///< enable wagon speed limits
bool train_speed_adaption; ///< Faster trains behind slower trains slow down
bool train_speed_adaptation; ///< Faster trains slow down when behind slower trains
bool slow_road_vehicles_in_curves; ///< Road vehicles slow down in curves.
bool disable_elrails; ///< when true, the elrails are disabled
UnitID max_trains; ///< max trains in game per company