diff options
Diffstat (limited to 'apps/plugins/chopper.c')
| -rw-r--r-- | apps/plugins/chopper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index f359023..71f62f4 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -684,7 +684,7 @@ static int chopMenu(int menunum) rb->lcd_clear_display(); while (!menu_quit) { - switch(rb->do_menu(&menu, &result)) + switch(rb->do_menu(&menu, &result, NULL, false)) { case 0: /* Start New Game */ menu_quit=true; |