mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-04 12:41:35 +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 CharacterController::isMovementAnimationControlled() const
|
||||||
{
|
{
|
||||||
bool movementAnimationControlled = true;
|
bool movementAnimationControlled = mIdleState != CharState_None;
|
||||||
movementAnimationControlled = mIdleState != CharState_None;
|
|
||||||
if (mMovementState != CharState_None)
|
if (mMovementState != CharState_None)
|
||||||
movementAnimationControlled = mMovementAnimationHasMovement;
|
movementAnimationControlled = mMovementAnimationHasMovement;
|
||||||
if (mInJump)
|
if (mInJump)
|
||||||
|
|
Loading…
Reference in a new issue