attempt to fix collisions

This commit is contained in:
commy2
2015-03-17 00:24:25 +01:00
parent 2aaef08c1d
commit fef150cff2
3 changed files with 58 additions and 0 deletions

View File

@ -24,6 +24,8 @@ _unit removeAction (_unit getVariable [QGVAR(ReleaseActionID), -1]);
_unit playAction "released";
// release object
[_target] call EFUNC(common,fixCollisions);//"fixCollision"
detach _target;
_unit setVariable [QGVAR(isDragging), false, true];