summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-23 21:05:25 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-23 21:05:25 +0000
commitc57f5ed668a7feec8090d7b97c5edf7f3952e6d2 (patch)
tree967c9bb71fcd6c94e5d2cda3a687c958de94882d /src/settings_gui.cpp
parent26d5543eb23ecc358644377c2121f901c51e3464 (diff)
downloadopenttd-c57f5ed668a7feec8090d7b97c5edf7f3952e6d2.tar.xz
(svn r15238) -Fix (r15236): Missed a file
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 22891b0e3..7cada8411 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1173,7 +1173,7 @@ static PatchEntry _patches_vehicles_servicing[] = {
static PatchPage _patches_vehicles_servicing_page = {_patches_vehicles_servicing, lengthof(_patches_vehicles_servicing)};
static PatchEntry _patches_vehicles_trains[] = {
- PatchEntry("vehicle.realistic_acceleration"),
+ PatchEntry("vehicle.train_acceleration_model"),
PatchEntry("vehicle.mammoth_trains"),
PatchEntry("gui.lost_train_warn"),
PatchEntry("vehicle.wagon_speed_limits"),