mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-13 07:10:57 +00:00
(svn r14999) -Change [FS#2523]: move service at helipad to the servicing options
This commit is contained in:
parent
1287fddd8f
commit
7947e78daa
@ -1081,7 +1081,6 @@ static PatchEntry _patches_stations[] = {
|
|||||||
PatchEntry("station.station_spread"),
|
PatchEntry("station.station_spread"),
|
||||||
PatchEntry("economy.station_noise_level"),
|
PatchEntry("economy.station_noise_level"),
|
||||||
PatchEntry("station.modified_catchment"),
|
PatchEntry("station.modified_catchment"),
|
||||||
PatchEntry("order.serviceathelipad"),
|
|
||||||
PatchEntry("construction.road_stop_on_town_road"),
|
PatchEntry("construction.road_stop_on_town_road"),
|
||||||
};
|
};
|
||||||
/** Stations sub-page */
|
/** Stations sub-page */
|
||||||
@ -1161,6 +1160,7 @@ static PatchEntry _patches_vehicles_servicing[] = {
|
|||||||
PatchEntry("vehicle.servint_ships"),
|
PatchEntry("vehicle.servint_ships"),
|
||||||
PatchEntry("vehicle.servint_aircraft"),
|
PatchEntry("vehicle.servint_aircraft"),
|
||||||
PatchEntry("order.no_servicing_if_no_breakdowns"),
|
PatchEntry("order.no_servicing_if_no_breakdowns"),
|
||||||
|
PatchEntry("order.serviceathelipad"),
|
||||||
};
|
};
|
||||||
/** Servicing sub-page */
|
/** Servicing sub-page */
|
||||||
static PatchPage _patches_vehicles_servicing_page = {_patches_vehicles_servicing, lengthof(_patches_vehicles_servicing)};
|
static PatchPage _patches_vehicles_servicing_page = {_patches_vehicles_servicing, lengthof(_patches_vehicles_servicing)};
|
||||||
|
Loading…
Reference in New Issue
Block a user