diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/minesweeper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index a21efee..5bd38dc 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -548,7 +548,7 @@ int count_flags( void ) /* welcome screen where player can chose mine percentage */ enum minesweeper_status menu( void ) { - int selection, result = MINESWEEPER_QUIT; + int selection = 0, result = MINESWEEPER_QUIT; bool menu_quit = false; MENUITEM_STRINGLIST( menu, "Minesweeper Menu", NULL, "Play Minesweeper", |