mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-09 21:26:39 +00:00
Allow Rieklings and Goblins to attack again
This commit is contained in:
parent
66f028c4a1
commit
b4486992f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1653,7 +1653,7 @@ bool CharacterController::updateWeaponState(CharacterState& idle)
|
||||||
MWRender::Animation::BlendMask_All, false,
|
MWRender::Animation::BlendMask_All, false,
|
||||||
weapSpeed, startKey, stopKey,
|
weapSpeed, startKey, stopKey,
|
||||||
0.0f, 0);
|
0.0f, 0);
|
||||||
if(mAnimation->isPlaying(mCurrentWeapon))
|
if(mAnimation->getCurrentTime(mCurrentWeapon) != -1.f)
|
||||||
mUpperBodyState = UpperCharState_StartToMinAttack;
|
mUpperBodyState = UpperCharState_StartToMinAttack;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue