Match ObjectLoad

This commit is contained in:
gamemasterplc 2023-12-04 10:43:52 -06:00
parent 95d01254be
commit 48d707f23c
2 changed files with 60 additions and 4 deletions

View file

@ -189,7 +189,7 @@ typedef struct hsf_object_data {
typedef struct hsf_object {
char *name;
u32 type;
s32 type;
HsfConstData *constData;
u32 flags;
HsfObjectData data;