mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-24 19:23:07 +00:00
error fix
This commit is contained in:
parent
09a0a69b04
commit
16e10cc702
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ bool CharacterController::updateNpcState(bool onground, bool inwater, bool isrun
|
||||||
}
|
}
|
||||||
|
|
||||||
//if playing combat animation and lowerbody is not busy switch to whole body animation
|
//if playing combat animation and lowerbody is not busy switch to whole body animation
|
||||||
if(weaptype != WeaponType::WeapType_None && complete>0.0f)
|
if(weaptype != WeapType_None && complete>0.0f)
|
||||||
{
|
{
|
||||||
if( mMovementState != CharState_None ||
|
if( mMovementState != CharState_None ||
|
||||||
mJumpState != JumpState_None ||
|
mJumpState != JumpState_None ||
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue