summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 0f3de2fb74..5066844347 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -498,7 +498,7 @@ enum minesweeper_status menu( void )
498 498
499 while( !menu_quit ) 499 while( !menu_quit )
500 { 500 {
501 switch( rb->do_menu( &menu, &selection ) ) 501 switch( rb->do_menu( &menu, &selection, NULL, false ) )
502 { 502 {
503 case 0: 503 case 0:
504 result = MINESWEEPER_WIN; /* start playing */ 504 result = MINESWEEPER_WIN; /* start playing */