diff options
author | peter1138 <peter1138@openttd.org> | 2009-01-23 21:05:25 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2009-01-23 21:05:25 +0000 |
commit | c57f5ed668a7feec8090d7b97c5edf7f3952e6d2 (patch) | |
tree | 967c9bb71fcd6c94e5d2cda3a687c958de94882d | |
parent | 26d5543eb23ecc358644377c2121f901c51e3464 (diff) | |
download | openttd-c57f5ed668a7feec8090d7b97c5edf7f3952e6d2.tar.xz |
(svn r15238) -Fix (r15236): Missed a file
-rw-r--r-- | src/settings_gui.cpp | 2 |
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"), |