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 5c0f65a commit af38b5fCopy full SHA for af38b5f
Client/multiplayer_sa/CMultiplayerSA_FixBadAnimId.cpp
@@ -115,6 +115,6 @@ void _declspec(naked) HOOK_GetAnimHierarchyFromSkinClump()
115
//////////////////////////////////////////////////////////////////////////////////////////
116
void CMultiplayerSA::InitHooks_FixBadAnimId ( void )
117
{
118
- EZHookInstall ( CAnimBlendAssocGroupCopyAnimation );
+ //EZHookInstall ( CAnimBlendAssocGroupCopyAnimation );
119
EZHookInstall ( GetAnimHierarchyFromSkinClump );
120
}
0 commit comments