From a73e82b96341ec7438e3c99e781a96eeab209499 Mon Sep 17 00:00:00 2001 From: David Benepe Date: Fri, 9 Dec 2022 11:11:22 -0600 Subject: [PATCH] Update src/menu.c Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com> --- src/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu.c b/src/menu.c index 6df6f8d2..ce2153eb 100644 --- a/src/menu.c +++ b/src/menu.c @@ -3006,7 +3006,7 @@ extern void func_8000488C(s32 *soundMask); // Temporary until the proper signatu void func_800851FC(void) { if (D_801269FC != NULL) { - func_8000488C((s32*)D_801269FC); + func_8000488C((s32 *) D_801269FC); } if (gOpacityDecayTimer >= 0) { set_music_player_voice_limit(0x18);