Skip to content

Commit e2bf58c

Browse files
committed
completed CAnimBlendStaticAssociationSAInterface class members by adding missing vTable, nNumBlendNodes, and pAnimBlendNodesSequeceArray
1 parent 1514322 commit e2bf58c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Client/game_sa/CAnimBlendStaticAssociationSA.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ class CAnimBlendHierarchy;
2424

2525
class CAnimBlendStaticAssociationSAInterface
2626
{
27+
protected:
28+
void * vTable;
2729
public:
28-
BYTE pad [ 6 ];
30+
unsigned short nNumBlendNodes;
2931
short sAnimID;
3032
short sAnimGroup;
3133
short sFlags;
32-
BYTE pad2 [ 4 ];
34+
DWORD * pAnimBlendNodesSequenceArray;
3335
CAnimBlendHierarchySAInterface * pAnimHeirarchy;
3436
};
3537

0 commit comments

Comments
 (0)