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 | 4812e633a23e746e2af013b54e749a3060bedd00 (patch) | |
tree | 967c9bb71fcd6c94e5d2cda3a687c958de94882d /src | |
parent | be06c67091658246508bf1642873154f32d9f0e7 (diff) | |
download | openttd-4812e633a23e746e2af013b54e749a3060bedd00.tar.xz |
(svn r15238) -Fix (r15236): Missed a file
Diffstat (limited to 'src')
-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"), |