summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 920def82d5..4129a3c1fb 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -393,7 +393,7 @@ static int cb_menu_viewer(void)
393 393
394 while(!menu_quit) 394 while(!menu_quit)
395 { 395 {
396 switch(rb->do_menu(&menu, &selection)) 396 switch(rb->do_menu(&menu, &selection, NULL, false))
397 { 397 {
398 case 0: 398 case 0:
399 menu_quit = true; 399 menu_quit = true;
@@ -595,7 +595,7 @@ static int cb_menu(void)
595 595
596 while(!menu_quit) 596 while(!menu_quit)
597 { 597 {
598 switch(rb->do_menu(&menu, &selection)) 598 switch(rb->do_menu(&menu, &selection, NULL, false))
599 { 599 {
600 case 0: 600 case 0:
601 menu_quit = true; 601 menu_quit = true;