GIT
/
REPO
/
FRED-BOY
Projects
/
flatwaifu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d587e9
)
sdlmixer: fix menu
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 11 Apr 2021 08:50:37 +0000
(11:50 +0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 11 Apr 2021 08:50:37 +0000
(11:50 +0300)
src/sdlmixer/sound.c
patch
|
blob
|
history
diff --git
a/src/sdlmixer/sound.c
b/src/sdlmixer/sound.c
index a5da8c5aecc272b00b3b69297881e90cf02b8b06..593f1389dda3318a8e8cfad4f0df7e4fc958e366 100644
(file)
--- 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 = {
DEADSOFTWARE 2012-2025