mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Removed header padding
This commit is contained in:
parent
80bced5204
commit
0f7cc04f43
1 changed files with 0 additions and 2 deletions
|
@ -9,12 +9,10 @@ typedef struct
|
||||||
/* 0x0000 */ DynaPolyActor dyna;
|
/* 0x0000 */ DynaPolyActor dyna;
|
||||||
/* 0x0164 */ ActorFunc actionFunc;
|
/* 0x0164 */ ActorFunc actionFunc;
|
||||||
/* 0x0168 */ s16 unk_168;
|
/* 0x0168 */ s16 unk_168;
|
||||||
/* 0x016A */ char unk_16A[0x2];
|
|
||||||
/* 0x016C */ f32 somePosX;
|
/* 0x016C */ f32 somePosX;
|
||||||
/* 0x0170 */ f32 somePosY;
|
/* 0x0170 */ f32 somePosY;
|
||||||
/* 0x0174 */ f32 somePosZ;
|
/* 0x0174 */ f32 somePosZ;
|
||||||
/* 0x0178 */ s16 unk_178;
|
/* 0x0178 */ s16 unk_178;
|
||||||
/* 0x017A */ char unk_17A[0x2];
|
|
||||||
} BgGateShutter; // size = 0x017C
|
} BgGateShutter; // size = 0x017C
|
||||||
|
|
||||||
extern const ActorInit Bg_Gate_Shutter_InitVars;
|
extern const ActorInit Bg_Gate_Shutter_InitVars;
|
||||||
|
|
Loading…
Reference in a new issue