summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index f359023678..71f62f44cc 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -684,7 +684,7 @@ static int chopMenu(int menunum)
684 rb->lcd_clear_display(); 684 rb->lcd_clear_display();
685 685
686 while (!menu_quit) { 686 while (!menu_quit) {
687 switch(rb->do_menu(&menu, &result)) 687 switch(rb->do_menu(&menu, &result, NULL, false))
688 { 688 {
689 case 0: /* Start New Game */ 689 case 0: /* Start New Game */
690 menu_quit=true; 690 menu_quit=true;