summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-03-06 12:56:57 +0000
committerterkhen <terkhen@openttd.org>2010-03-06 12:56:57 +0000
commitc958c2c31f0f04cdf66dfae0b95743011202655a (patch)
tree0e5d74d9cf5d50a10f2733c3c40eb190cb2163ea /src/settings_gui.cpp
parente770b3d6bbd6fa35f9f921232c965f1c306d1b85 (diff)
downloadopenttd-c958c2c31f0f04cdf66dfae0b95743011202655a.tar.xz
(svn r19345) -Feature: Realistic acceleration for road vehicles.
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 70dc8a47c..7ce4753e2 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1465,6 +1465,7 @@ static SettingEntry _settings_vehicles[] = {
SettingEntry("vehicle.plane_crashes"),
SettingEntry("order.timetabling"),
SettingEntry("vehicle.dynamic_engines"),
+ SettingEntry("vehicle.roadveh_acceleration_model"),
};
/** Vehicles sub-page */
static SettingsPage _settings_vehicles_page = {_settings_vehicles, lengthof(_settings_vehicles)};