mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Remove struct padding
This commit is contained in:
parent
22a4bc6792
commit
87b0bd73da
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ typedef struct EnIk {
|
|||
/* 0x04CC */ s32 drawMode;
|
||||
/* 0x04D0 */ u32 npcAction;
|
||||
/* 0x04D4 */ s32 unk_4D4;
|
||||
/* 0x04D8 */ char unk_4D8[0x04];
|
||||
} EnIk; // size = 0x04DC
|
||||
|
||||
extern const ActorInit En_Ik_InitVars;
|
||||
|
|
Loading…
Reference in a new issue