mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-09 22:14:56 +00:00
Fix iw4 xanim to having an unsigned bonecount instead of signed
This commit is contained in:
parent
ba585426e9
commit
6baf3416d4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user