diff options
author | rubidium <rubidium@openttd.org> | 2009-01-12 00:06:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-12 00:06:22 +0000 |
commit | 537a8b8342574f657e25398f6c11dd6ee06f31fd (patch) | |
tree | 1a12edf30b1ae66663687205f26c95f95777ee4d /src/settings_gui.cpp | |
parent | f84b1e69706b02eb30363123bf9635e6b6328dad (diff) | |
download | openttd-537a8b8342574f657e25398f6c11dd6ee06f31fd.tar.xz |
(svn r14999) -Change [FS#2523]: move service at helipad to the servicing options
Diffstat (limited to 'src/settings_gui.cpp')
-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 9888cbc83..47fb11b93 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -1081,7 +1081,6 @@ static PatchEntry _patches_stations[] = { PatchEntry("station.station_spread"), PatchEntry("economy.station_noise_level"), PatchEntry("station.modified_catchment"), - PatchEntry("order.serviceathelipad"), PatchEntry("construction.road_stop_on_town_road"), }; /** Stations sub-page */ @@ -1161,6 +1160,7 @@ static PatchEntry _patches_vehicles_servicing[] = { PatchEntry("vehicle.servint_ships"), PatchEntry("vehicle.servint_aircraft"), PatchEntry("order.no_servicing_if_no_breakdowns"), + PatchEntry("order.serviceathelipad"), }; /** Servicing sub-page */ static PatchPage _patches_vehicles_servicing_page = {_patches_vehicles_servicing, lengthof(_patches_vehicles_servicing)}; |