summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 8b1fe508ce..c8a6ba7c92 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -1193,7 +1193,7 @@ static int sokoban_menu(void)
1193 break; 1193 break;
1194 1194
1195 case 2: /* Audio playback control */ 1195 case 2: /* Audio playback control */
1196 playback_control(rb); 1196 playback_control(rb, NULL);
1197 menu_quit = false; 1197 menu_quit = false;
1198 break; 1198 break;
1199 1199