mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 09:15:33 +00:00
Redundant line
This commit is contained in:
parent
45a2b8042d
commit
e893767ed0
1 changed files with 1 additions and 2 deletions
|
@ -2576,8 +2576,7 @@ namespace MWMechanics
|
|||
|
||||
bool CharacterController::isMovementAnimationControlled() const
|
||||
{
|
||||
bool movementAnimationControlled = true;
|
||||
movementAnimationControlled = mIdleState != CharState_None;
|
||||
bool movementAnimationControlled = mIdleState != CharState_None;
|
||||
if (mMovementState != CharState_None)
|
||||
movementAnimationControlled = mMovementAnimationHasMovement;
|
||||
if (mInJump)
|
||||
|
|
Loading…
Reference in a new issue