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

pull/564/head
Jonathan G Rennison 11 months ago
parent e80558ab32
commit 50901f79ee

@ -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:

Loading…
Cancel
Save