From a1addc1d9540b3cd80581d36ac341a1303ce302f Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 13 May 2009 21:38:23 +0000 Subject: (svn r16302) -Codechange: remove Vehicle::AllocateList --- src/articulated_vehicles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/articulated_vehicles.h') 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); -- cgit v1.2.3-54-g00ecf