mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Fix iw4 xanim to having an unsigned bonecount instead of signed
This commit is contained in:
@ -349,7 +349,7 @@ namespace IW4
|
||||
unsigned __int16 randomDataIntCount;
|
||||
unsigned __int16 numframes;
|
||||
char flags;
|
||||
char boneCount[10];
|
||||
unsigned char boneCount[10];
|
||||
char notifyCount;
|
||||
char assetType;
|
||||
bool isDefault;
|
||||
|
Reference in New Issue
Block a user