Skip to content

Commit

Permalink
ActorAnimation.cpp: Remove duplicate mstate_r1&mcLanding in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
revolucas committed Sep 10, 2016
1 parent 7d5bc28 commit eb35269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xrGame/ActorAnimation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ void CActor::g_SetSprintAnimation( u32 mstate_rl,MotionID &head,MotionID &torso,
SActorSprintState& sprint = m_anims->m_sprint;

bool jump = (mstate_rl&mcFall) ||
(mstate_rl&mcLanding) ||
(mstate_rl&mcLanding) ||
(mstate_rl&mcLanding2) ||
(mstate_rl&mcJump) ;
Expand Down

0 comments on commit eb35269

Please sign in to comment.