Fix record_idx name
This commit is contained in:
parent
a19c0433de
commit
ce056b82a0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ typedef struct mg_info {
|
||||||
u16 ovl;
|
u16 ovl;
|
||||||
u8 type;
|
u8 type;
|
||||||
u8 flag;
|
u8 flag;
|
||||||
s8 unk_4;
|
u8 record_idx;
|
||||||
u32 name_mess;
|
u32 name_mess;
|
||||||
u32 data_dir;
|
u32 data_dir;
|
||||||
u32 inst_pic[3];
|
u32 inst_pic[3];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue