diff --git a/include/game/hsfformat.h b/include/game/hsfformat.h index 9f7e344c..04f3d458 100644 --- a/include/game/hsfformat.h +++ b/include/game/hsfformat.h @@ -156,7 +156,7 @@ typedef struct hsf_face { } strip; s16 indices[4][4]; }; - float nbt[3]; + Vec nbt; } HsfFace; typedef struct hsf_transform {