summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index f898fc6031..2ee6e20059 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -641,7 +641,7 @@ static void in_game_menu(void)
641 break; 641 break;
642 642
643 case 2: /* Audio playback */ 643 case 2: /* Audio playback */
644 playback_control(rb); 644 playback_control(rb, NULL);
645 state = STATE_IN_LEVEL; 645 state = STATE_IN_LEVEL;
646 break; 646 break;
647 647