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 dae8c85 commit d38b4ecCopy full SHA for d38b4ec
Client/multiplayer_sa/CMultiplayerSA_CustomAnimations.cpp
@@ -53,7 +53,7 @@ void CMultiplayerSA::SetBlendAnimationHierarchyHandler ( BlendAnimationHierarchy
53
m_pBlendAnimationHierarchyHandler = pHandler;
54
}
55
56
-void CAnimBlendAssoc_destructor ( CAnimBlendAssociationSAInterface * pThis )
+void __cdecl CAnimBlendAssoc_destructor ( CAnimBlendAssociationSAInterface * pThis )
57
{
58
if ( m_pCAnimBlendAssocDestructorHandler )
59
@@ -65,9 +65,14 @@ void _declspec(naked) HOOK_CAnimBlendAssoc_destructor ()
65
66
_asm
67
68
- push ecx // this
+ push ecx
69
+
70
71
call CAnimBlendAssoc_destructor
72
+ add esp, 0x4
73
74
pop ecx
75
76
push esi
77
mov esi, ecx
78
mov eax, [esi+10h]
0 commit comments