Fix some data types in hsfman.c
This commit is contained in:
parent
c122c41d2e
commit
548a123ce5
4 changed files with 25 additions and 34 deletions
|
|
@ -69,10 +69,10 @@ typedef struct hsf_header {
|
|||
} HsfHeader;
|
||||
|
||||
typedef struct hsf_scene {
|
||||
GXColor unk0;
|
||||
f32 unk4;
|
||||
f32 unk8;
|
||||
u32 unkC;
|
||||
GXFogType fogType;
|
||||
f32 start;
|
||||
f32 end;
|
||||
GXColor color;
|
||||
} HsfScene;
|
||||
|
||||
typedef struct hsf_bitmap {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue