From 33e5f17c1cc821bb980595a24e272fce4332d803 Mon Sep 17 00:00:00 2001 From: gijs Date: Sun, 22 Oct 2023 02:05:21 +0200 Subject: [PATCH] Change type of `handle` in `SomethingMusic` to `musHandle` --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 19ab19b..e139eec 100644 --- a/include/common.h +++ b/include/common.h @@ -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;