reset Form SETVAR to setVariable

This commit is contained in:
Joko 2015-05-20 22:13:18 +02:00
parent bc535c95ba
commit 8c69ff4573

View File

@ -18,7 +18,7 @@ private["_unit"];
_unit = _this select 0;
GVAR(PFH) = false;
[_unit, "AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon", 2] call EFUNC(common,doAnimation);
SETVAR(_unit,chuteIsCut,false);
_unit setVariable [QGVAR(chuteIsCut), false];
[{
if (time >= ((_this select 0) select 0) + 1) then {
((_this select 0) select 1) playActionNow "Crouch";