summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-12-31 10:41:03 +0000
committerpeter1138 <peter1138@openttd.org>2009-12-31 10:41:03 +0000
commit739aea3e1afb150100c06362d098b6e19ef2342e (patch)
tree96a085088fe20b79b8cd5267ca3361b68b536835 /src/settings_type.h
parent2d14ced236388a69e80a5031c359d7f1f912a0d1 (diff)
downloadopenttd-739aea3e1afb150100c06362d098b6e19ef2342e.tar.xz
(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 801ca05f5..383b89e7d 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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