fixed tents floating when packed on top of another object with roadway.

This commit is contained in:
[VB]AWOL
2013-08-31 02:29:34 -05:00
parent 257b4dc327
commit 872dd94f70

View File

@@ -24,7 +24,8 @@ if (_alreadyPacking == 1) exitWith {TradeInprogress = false; s_player_packtent =
_obj setVariable["packing",1]; _obj setVariable["packing",1];
_dir = direction _obj; _dir = direction _obj;
_pos = getposATL _obj;
_pos = _obj getVariable["OEMPos",(getposATL _obj)];
_dis=20; _dis=20;
_sfx = "tentpack"; _sfx = "tentpack";