From b7c6f2a0e12b4ee2d4111d1e671bf2b8b14c71b4 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Sun, 11 Apr 2021 11:50:37 +0300 Subject: [PATCH] sdlmixer: fix menu --- src/sdlmixer/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdlmixer/sound.c b/src/sdlmixer/sound.c index a5da8c5..593f138 100644 --- a/src/sdlmixer/sound.c +++ b/src/sdlmixer/sound.c @@ -101,7 +101,7 @@ void MUS_update (void) { /* Sound */ -static int sound_menu_handler (menu_msg_t *msg, const menu_t *m, void *data, int i) { +static int sound_menu_handler (menu_msg_t *msg, const menu_t *m, int i) { static int cur; enum { VOLUME, __NUM__ }; static const simple_menu_t sm = { -- 2.29.2