From 6baf3416d409794e2ec6231708a67482d1268d50 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 10 Oct 2020 13:33:58 +0200 Subject: [PATCH] Fix iw4 xanim to having an unsigned bonecount instead of signed --- src/ZoneCommon/Game/IW4/IW4_Assets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZoneCommon/Game/IW4/IW4_Assets.h b/src/ZoneCommon/Game/IW4/IW4_Assets.h index fdf9603d..12a1c259 100644 --- a/src/ZoneCommon/Game/IW4/IW4_Assets.h +++ b/src/ZoneCommon/Game/IW4/IW4_Assets.h @@ -349,7 +349,7 @@ namespace IW4 unsigned __int16 randomDataIntCount; unsigned __int16 numframes; char flags; - char boneCount[10]; + unsigned char boneCount[10]; char notifyCount; char assetType; bool isDefault;