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 6b1a4db commit 26dc2b3Copy full SHA for 26dc2b3
Client/game_sa/CAnimBlendAssocGroupSA.cpp
@@ -22,7 +22,7 @@ CAnimBlendAssocGroupSA::CAnimBlendAssocGroupSA ( CAnimBlendAssocGroupSAInterface
22
CAnimBlendAssociationSAInterface * CAnimBlendAssocGroupSA::CopyAnimation ( unsigned int AnimID )
23
{
24
CAnimBlendAssociationSAInterface * pAnimAssociationReturn = nullptr;
25
-
+
26
DWORD dwThis = ( DWORD ) m_pInterface;
27
DWORD dwFunc = FUNC_CAnimBlendAssocGroup_CopyAnimation;
28
_asm
0 commit comments