summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
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_gui.cpp
parentf8b7163b34e098082b6222768966620753c4ccae (diff)
downloadopenttd-a3a24f4c689052f11c6f62922323017fe20928de.tar.xz
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 5491506d7..de83a435d 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1441,6 +1441,7 @@ static SettingEntry _settings_vehicles_trains[] = {
SettingEntry("vehicle.train_acceleration_model"),
SettingEntry("vehicle.train_slope_steepness"),
SettingEntry("vehicle.mammoth_trains"),
+ SettingEntry("vehicle.smoke_amount"),
SettingEntry("gui.lost_train_warn"),
SettingEntry("vehicle.wagon_speed_limits"),
SettingEntry("vehicle.disable_elrails"),