Change type of `handle` in `SomethingMusic` to `musHandle`

This commit is contained in:
gijs 2023-10-22 02:05:21 +02:00
parent c1eebe544b
commit 33e5f17c1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;