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 2755fd8 commit 0a903aaCopy full SHA for 0a903aa
Client/mods/deathmatch/logic/CClientPed.cpp
@@ -5733,7 +5733,7 @@ bool CClientPed::IsRunningAnimation()
5733
}
5734
return false;
5735
5736
- return (m_AnimationCache.bLoop || m_AnimationCache.bFreezeLastFrame && m_pAnimationBlock);
+ return (m_AnimationCache.bLoop || m_AnimationCache.bFreezeLastFrame) && m_pAnimationBlock;
5737
5738
5739
bool CClientPed::IsAnimationInProgress()
0 commit comments