Add feature: realistic train braking
Add setting to select train braking model.
This commit is contained in:
@@ -538,6 +538,7 @@ struct VehicleSettings {
|
||||
uint8 max_train_length; ///< maximum length for trains
|
||||
uint8 smoke_amount; ///< amount of smoke/sparks locomotives produce
|
||||
uint8 train_acceleration_model; ///< realistic acceleration for trains
|
||||
uint8 train_braking_model; ///< braking model for trains
|
||||
uint8 roadveh_acceleration_model; ///< realistic acceleration for road vehicles
|
||||
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
|
||||
|
Reference in New Issue
Block a user