Change type of `handle` in `SomethingMusic` to `musHandle`
This commit is contained in:
parent
c1eebe544b
commit
33e5f17c1c
|
|
@ -91,7 +91,7 @@ typedef struct {
|
|||
/* 0x18 */ s32 field_0x18;
|
||||
/* 0x1C */ s32 field_0x1c;
|
||||
/* 0x20 */ s32 field_0x20;
|
||||
/* 0x24 */ unsigned long handle;
|
||||
/* 0x24 */ musHandle handle;
|
||||
/* 0x28 */ s32 field_0x28;
|
||||
/* 0x2C */ s32 index;
|
||||
/* 0x30 */ s32 field_0x30;
|
||||
|
|
|
|||
Loading…
Reference in New Issue