We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5bc28 commit eb35269Copy full SHA for eb35269
1 file changed
src/xrGame/ActorAnimation.cpp
@@ -288,7 +288,6 @@ void CActor::g_SetSprintAnimation( u32 mstate_rl,MotionID &head,MotionID &torso,
288
SActorSprintState& sprint = m_anims->m_sprint;
289
290
bool jump = (mstate_rl&mcFall) ||
291
- (mstate_rl&mcLanding) ||
292
(mstate_rl&mcLanding) ||
293
(mstate_rl&mcLanding2) ||
294
(mstate_rl&mcJump) ;
0 commit comments