diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index a21efeec76..5bd38dc244 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",