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 a97d89a commit ac2ef96Copy full SHA for ac2ef96
Client/game_sa/CAnimManagerSA.cpp
@@ -258,7 +258,7 @@ CAnimBlendAssociation * CAnimManagerSA::CreateAnimAssociation ( AssocGroupId ani
258
259
CAnimBlendStaticAssociationSAInterface * CAnimManagerSA::GetAnimStaticAssociation ( AssocGroupId animGroup, AnimationId animID )
260
{
261
- CAnimBlendStaticAssociationSAInterface * pInterface;
+ CAnimBlendStaticAssociationSAInterface * pInterface = nullptr;
262
DWORD dwFunc = FUNC_CAnimManager_GetAnimAssociation;
263
_asm
264
0 commit comments