From c57f5ed668a7feec8090d7b97c5edf7f3952e6d2 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 23 Jan 2009 21:05:25 +0000 Subject: [PATCH] (svn r15238) -Fix (r15236): Missed a file --- src/settings_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 22891b0e35..7cada84119 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"),