mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
ZoneCode: Fix XAnim bone count not being unsigned even though they are used as they were
This commit is contained in:
parent
69fff81b02
commit
9e10cffdce
@ -515,8 +515,8 @@ namespace T6
|
|||||||
bool bDelta3D;
|
bool bDelta3D;
|
||||||
bool bLeftHandGripIK;
|
bool bLeftHandGripIK;
|
||||||
unsigned int streamedFileSize;
|
unsigned int streamedFileSize;
|
||||||
char boneCount[10];
|
unsigned char boneCount[10];
|
||||||
char notifyCount;
|
unsigned char notifyCount;
|
||||||
char assetType;
|
char assetType;
|
||||||
bool isDefault;
|
bool isDefault;
|
||||||
unsigned int randomDataShortCount;
|
unsigned int randomDataShortCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user