(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen)
This commit is contained in:
@@ -307,6 +307,7 @@ struct OrderSettings {
|
||||
struct VehicleSettings {
|
||||
bool mammoth_trains; ///< allow very long trains
|
||||
uint8 train_acceleration_model; ///< realistic acceleration for trains
|
||||
uint8 train_slope_steepness; ///< Steepness of hills for trains when using realistic acceleration
|
||||
bool wagon_speed_limits; ///< enable wagon speed limits
|
||||
bool disable_elrails; ///< when true, the elrails are disabled
|
||||
UnitID max_trains; ///< max trains in game per company
|
||||
|
Reference in New Issue
Block a user