1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00

Removed header padding

This commit is contained in:
Ethan Roseman 2020-03-22 17:57:28 -04:00
parent 80bced5204
commit 0f7cc04f43

View File

@ -9,12 +9,10 @@ typedef struct
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ ActorFunc actionFunc;
/* 0x0168 */ s16 unk_168;
/* 0x016A */ char unk_16A[0x2];
/* 0x016C */ f32 somePosX;
/* 0x0170 */ f32 somePosY;
/* 0x0174 */ f32 somePosZ;
/* 0x0178 */ s16 unk_178;
/* 0x017A */ char unk_17A[0x2];
} BgGateShutter; // size = 0x017C
extern const ActorInit Bg_Gate_Shutter_InitVars;