From: DeaDDooMER Date: Sun, 11 Apr 2021 08:50:37 +0000 (+0300) Subject: sdlmixer: fix menu X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=commitdiff_plain;h=b7c6f2a0e12b4ee2d4111d1e671bf2b8b14c71b4 sdlmixer: fix menu --- 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 = {