summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/solitaire.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 291c9efe3e..7b6de208d7 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -1307,10 +1307,11 @@ int solitaire( void )
1307 j += NUMBER_WIDTH+2; 1307 j += NUMBER_WIDTH+2;
1308 } 1308 }
1309 } 1309 }
1310 else if( cur_rem == NOT_A_CARD && cur_col == REM_COL ) 1310 }
1311 { 1311 if( ( cur_rem == NOT_A_CARD || rem == NOT_A_CARD )
1312 draw_cursor( CARD_WIDTH+2*MARGIN+1, MARGIN ); 1312 && cur_col == REM_COL )
1313 } 1313 {
1314 draw_cursor( CARD_WIDTH+2*MARGIN+1, MARGIN );
1314 } 1315 }
1315 1316
1316 rb->lcd_update(); 1317 rb->lcd_update();