2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-06 08:27:43 +00:00

ZoneCode: Fix XAnim bone count not being unsigned even though they are used as they were

This commit is contained in:
Jan 2019-12-24 12:09:11 +01:00
parent 69fff81b02
commit 9e10cffdce

View File

@ -515,8 +515,8 @@ namespace T6
bool bDelta3D;
bool bLeftHandGripIK;
unsigned int streamedFileSize;
char boneCount[10];
char notifyCount;
unsigned char boneCount[10];
unsigned char notifyCount;
char assetType;
bool isDefault;
unsigned int randomDataShortCount;