Fix cargo attachment vertex in balloon

liquid_container
Sven Eberhardt 2016-02-07 14:49:05 -05:00
parent 3d3e848aeb
commit 8273dcdf45
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public func SetCargo(object new_cargo, int attach_vertex, int xoff, int yoff, in
FacetBase = 1,
};
cargo->SetAction("BalloonDeployedAttach", this);
cargo->SetActionData(attach_vertex);
cargo->SetActionData(attach_vertex<<8);
SetVertex(0, VTX_X, xoff);
SetVertex(0, VTX_Y, yoff + 30);
deployment_yoffset = deploy_yoff + 50;