summaryrefslogtreecommitdiff
path: root/src/articulated_vehicles.h
diff options
context:
space:
mode:
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);