Skip to content

Commit 1514322

Browse files
committed
changed iHashKey type from int to unsigned int since it's generated using CKeyGen::GetUpperCaseKey
1 parent f90ff66 commit 1514322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CAnimBlendHierarchySA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CAnimBlendHierarchySAInterface
2727
{
2828
public:
2929
int GetIndex ( void );
30-
int iHashKey;
30+
unsigned int iHashKey;
3131
CAnimBlendSequence * pSequences;
3232
unsigned short usNumSequences;
3333
BYTE pad;

0 commit comments

Comments
 (0)