mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -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 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;
|
||||||
|
Reference in New Issue
Block a user