diff --git a/src/Common/Game/IW3/IW3_Assets.h b/src/Common/Game/IW3/IW3_Assets.h index 3959562c..4e27aa9a 100644 --- a/src/Common/Game/IW3/IW3_Assets.h +++ b/src/Common/Game/IW3/IW3_Assets.h @@ -257,7 +257,7 @@ namespace IW3 struct type_align(4) XQuat { - int16_t value[4]; + int16_t value[2]; }; union XAnimDynamicIndicesQuat diff --git a/src/Common/Game/T5/T5_Assets.h b/src/Common/Game/T5/T5_Assets.h index 8ccbd52a..c1145466 100644 --- a/src/Common/Game/T5/T5_Assets.h +++ b/src/Common/Game/T5/T5_Assets.h @@ -387,7 +387,7 @@ namespace T5 struct type_align(4) XQuat { - int16_t value[4]; + int16_t value[2]; }; union XAnimDynamicIndicesQuat