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 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;