Fix AF for adjusted stances, fixes #4591

This commit is contained in:
BaerMitUmlaut 2016-11-14 19:24:21 +01:00
parent d40c3fd2bf
commit a4c6daef50

View File

@ -22,7 +22,7 @@ private _animType = _animName select [1, 3];
GVAR(isSwimming) = false; GVAR(isSwimming) = false;
if (_animType in ["idl", "mov"]) then { if (_animType in ["idl", "mov", "adj"]) then {
switch (_animName select [5, 3]) do { switch (_animName select [5, 3]) do {
case ("knl"): { case ("knl"): {
_duty = 1.5; _duty = 1.5;