src/vehicle.cpp
changeset 8308 5462f200e475
parent 8299 d5c112dc0726
child 8346 5a2e0d8c73c1
--- a/src/vehicle.cpp	Tue Oct 30 18:56:06 2007 +0000
+++ b/src/vehicle.cpp	Tue Oct 30 20:31:35 2007 +0000
@@ -1804,7 +1804,7 @@
 			if (flags & DC_EXEC) {
 				assert(w != NULL);
 
-				if (w->cargo_type != v->cargo_type || w->cargo_subtype != v->cargo_type) {
+				if (w->cargo_type != v->cargo_type || w->cargo_subtype != v->cargo_subtype) {
 					cost = DoCommand(0, w->index, v->cargo_type | (v->cargo_subtype << 8) | 1U << 16 , flags, GetCmdRefitVeh(v));
 					if (CmdSucceeded(cost)) total_cost.AddCost(cost);
 				}