1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix missing semicolon

This commit is contained in:
KoffeinFlummi 2015-04-30 22:17:25 +02:00
parent 965a976daf
commit 8fda984903

@ -84,7 +84,7 @@ if (GVAR(moveUnitsFromGroupOnUnconscious)) then {
};
[_unit, QGVAR(unconscious), true] call EFUNC(common,setCaptivityStatus);
_anim = [_unit] call EFUNC(common,getDeathAnim)
_anim = [_unit] call EFUNC(common,getDeathAnim);
[_unit, _anim, 1, true] call EFUNC(common,doAnimation);
[{
_unit = _this select 0;