Skip to content

Commit 6037280

Browse files
committed
fixed bRunningCompressed in CAnimBlendHierarchySAInterface
1 parent d8337a5 commit 6037280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/game_sa/CAnimBlendHierarchySA.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class CAnimBlendHierarchySAInterface
2828
public:
2929
int GetIndex ( void );
3030
unsigned int iHashKey;
31-
CAnimBlendSequence * pSequences;
31+
DWORD * pSequences;
3232
unsigned short usNumSequences;
33-
BYTE pad;
3433
bool bRunningCompressed;
34+
BYTE pad;
3535
int iAnimBlockID;
3636
float fTotalTime;
3737
//class CLink<class CAnimBlendHierarchy *> * pLinkPtr;

0 commit comments

Comments
 (0)