Show all cargoes for multi-part ships in build vehicle window

This commit is contained in:
Jonathan G Rennison
2023-06-22 18:47:44 +01:00
parent e80558ab32
commit 50901f79ee

View File

@@ -1147,6 +1147,7 @@ int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number,
case VEH_SHIP:
y = DrawShipPurchaseInfo(left, right, y, engine_number, refittable, te);
if (IsArticulatedEngine(engine_number)) articulated_cargo = true;
break;
case VEH_AIRCRAFT: