From 3d88c74389ec978bb198415816364898963bb979 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Dec 2011 21:56:00 +0000 Subject: (svn r23526) -Codechange: unify cargos vs cargoes --- src/vehicle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle.cpp') diff --git a/src/vehicle.cpp b/src/vehicle.cpp index d58441865..7e54656a6 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -144,7 +144,7 @@ bool Vehicle::NeedsServicing() const if (union_mask != 0) { CargoID cargo_type; /* We cannot refit to mixed cargoes in an automated way */ - if (IsArticulatedVehicleCarryingDifferentCargos(v, &cargo_type)) continue; + if (IsArticulatedVehicleCarryingDifferentCargoes(v, &cargo_type)) continue; /* Did the old vehicle carry anything? */ if (cargo_type != CT_INVALID) { -- cgit v1.2.3-54-g00ecf