(svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%.

This commit is contained in:
terkhen
2010-03-06 12:58:33 +00:00
parent e6878d7ba1
commit f78a386b87
7 changed files with 22 additions and 3 deletions

View File

@@ -312,6 +312,7 @@ struct VehicleSettings {
uint8 train_acceleration_model; ///< realistic acceleration 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
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