Skip to content

Commit eb35269

Browse files
committed
ActorAnimation.cpp: Remove duplicate mstate_r1&mcLanding in condition
1 parent 7d5bc28 commit eb35269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xrGame/ActorAnimation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ void CActor::g_SetSprintAnimation( u32 mstate_rl,MotionID &head,MotionID &torso,
288288
SActorSprintState& sprint = m_anims->m_sprint;
289289

290290
bool jump = (mstate_rl&mcFall) ||
291-
(mstate_rl&mcLanding) ||
292291
(mstate_rl&mcLanding) ||
293292
(mstate_rl&mcLanding2) ||
294293
(mstate_rl&mcJump) ;

0 commit comments

Comments
 (0)