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 d8337a5 commit 6037280Copy full SHA for 6037280
Client/game_sa/CAnimBlendHierarchySA.h
@@ -28,10 +28,10 @@ class CAnimBlendHierarchySAInterface
28
public:
29
int GetIndex ( void );
30
unsigned int iHashKey;
31
- CAnimBlendSequence * pSequences;
+ DWORD * pSequences;
32
unsigned short usNumSequences;
33
- BYTE pad;
34
bool bRunningCompressed;
+ BYTE pad;
35
int iAnimBlockID;
36
float fTotalTime;
37
//class CLink<class CAnimBlendHierarchy *> * pLinkPtr;
0 commit comments