Fix iw4 xanim to having an unsigned bonecount instead of signed

This commit is contained in:
Jan 2020-10-10 13:33:58 +02:00
parent ba585426e9
commit 6baf3416d4

View File

@ -349,7 +349,7 @@ namespace IW4
unsigned __int16 randomDataIntCount; unsigned __int16 randomDataIntCount;
unsigned __int16 numframes; unsigned __int16 numframes;
char flags; char flags;
char boneCount[10]; unsigned char boneCount[10];
char notifyCount; char notifyCount;
char assetType; char assetType;
bool isDefault; bool isDefault;