Several fixes
name of hook variable in HsfObjectData, staticness of XFB_Geometry, default type of object work, staticness and name of commentTbl are all fixed
This commit is contained in:
parent
a276a37302
commit
58fe346b72
9 changed files with 14 additions and 14 deletions
|
|
@ -286,7 +286,7 @@ typedef struct hsf_object_data {
|
|||
HsfBuffer **vertexShape;
|
||||
u32 clusterCnt;
|
||||
HsfCluster **cluster;
|
||||
u32 hook;
|
||||
u32 cenvCnt;
|
||||
HsfCenv *cenv;
|
||||
void *file[2];
|
||||
} HsfObjectData;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ typedef struct om_obj_data {
|
|||
/* 0x40 */ s16 *model;
|
||||
/* 0x44 */ u16 mtncnt;
|
||||
/* 0x48 */ s16 *motion;
|
||||
/* 0x4C */ int work[4];
|
||||
/* 0x4C */ u32 work[4];
|
||||
/* 0x5C */ void *data;
|
||||
} omObjData;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue