summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:09:08 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:09:08 +0000
commita3a24f4c689052f11c6f62922323017fe20928de (patch)
tree0f1f0dc2af452c0384d079dfd488a25522e518df /src/settings_type.h
parentf8b7163b34e098082b6222768966620753c4ccae (diff)
downloadopenttd-a3a24f4c689052f11c6f62922323017fe20928de.tar.xz
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
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 8e3b61db8..f5a9a85d4 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -313,6 +313,7 @@ struct OrderSettings {
/** Settings related to vehicles. */
struct VehicleSettings {
bool mammoth_trains; ///< allow very long trains
+ uint8 smoke_amount; ///< amount of smoke/sparks locomotives produce
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