(svn r17726) -Cleanup: Remove some unneeded/unused parameters.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
uint CountArticulatedParts(EngineID engine_type, bool purchase_window);
|
||||
CargoArray GetCapacityOfArticulatedParts(EngineID engine, VehicleType type);
|
||||
void AddArticulatedParts(Vehicle *first, VehicleType type);
|
||||
void AddArticulatedParts(Vehicle *first);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user