summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-13 21:38:23 +0000
committersmatz <smatz@openttd.org>2009-05-13 21:38:23 +0000
commita1addc1d9540b3cd80581d36ac341a1303ce302f (patch)
tree6f052a1162bd3c124b508400ac8a0d4c33b5bf08 /src/articulated_vehicles.h
parentc0ed9f779b7c21acf868b30782f6d7e98b919ca1 (diff)
downloadopenttd-a1addc1d9540b3cd80581d36ac341a1303ce302f.tar.xz
(svn r16302) -Codechange: remove Vehicle::AllocateList
Diffstat (limited to 'src/articulated_vehicles.h')
-rw-r--r--src/articulated_vehicles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/articulated_vehicles.h b/src/articulated_vehicles.h
index b26cc2870..702473211 100644
--- a/src/articulated_vehicles.h
+++ b/src/articulated_vehicles.h
@@ -10,7 +10,7 @@
uint CountArticulatedParts(EngineID engine_type, bool purchase_window);
uint16 *GetCapacityOfArticulatedParts(EngineID engine, VehicleType type);
-void AddArticulatedParts(Vehicle **vl, VehicleType type);
+void AddArticulatedParts(Vehicle *first, VehicleType type);
uint32 GetUnionOfArticulatedRefitMasks(EngineID engine, VehicleType type, bool include_initial_cargo_type);
uint32 GetIntersectionOfArticulatedRefitMasks(EngineID engine, VehicleType type, bool include_initial_cargo_type);
bool IsArticulatedVehicleCarryingDifferentCargos(const Vehicle *v, CargoID *cargo_type);