mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Solitaire: Fix Quit option with no saved games
Selecting "Quit" would start the game instead of quitting if no games had previously been saved. Change-Id: I4874288cc1087697dfb593a371e25da473870c8e
This commit is contained in:
parent
14a5355278
commit
edc68b0657
1 changed files with 1 additions and 1 deletions
|
@ -1678,7 +1678,7 @@ static int solitaire( int skipmenu )
|
||||||
{
|
{
|
||||||
switch( solitaire_menu(false) )
|
switch( solitaire_menu(false) )
|
||||||
{
|
{
|
||||||
case MENU_QUIT:
|
case MENU_SAVE_AND_QUIT:
|
||||||
return SOLITAIRE_QUIT;
|
return SOLITAIRE_QUIT;
|
||||||
|
|
||||||
case MENU_USB:
|
case MENU_USB:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue