summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 2df96e7a64..c34bfe66a6 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -672,6 +672,10 @@ int solitaire_menu( unsigned char context )
672 context = MENU_DURINGGAME; 672 context = MENU_DURINGGAME;
673 } 673 }
674 674
675#if LCD_DEPTH > 1
676 rb->lcd_set_background( LCD_DEFAULT_BG );
677#endif
678
675 while( true ) 679 while( true )
676 { 680 {
677 681
@@ -1548,9 +1552,6 @@ int solitaire( void )
1548 case SOL_RC_QUIT: 1552 case SOL_RC_QUIT:
1549#endif 1553#endif
1550 case SOL_QUIT: 1554 case SOL_QUIT:
1551#if LCD_DEPTH > 1
1552 rb->lcd_set_background( LCD_DEFAULT_BG );
1553#endif
1554 switch( solitaire_menu( MENU_DURINGGAME ) ) 1555 switch( solitaire_menu( MENU_DURINGGAME ) )
1555 { 1556 {
1556 case MENU_QUIT: 1557 case MENU_QUIT: