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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 2260599bc3..da01f0f608 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -1159,7 +1159,7 @@ int solitaire( void )
1159 /* if there aren't any, that means you won :) */ 1159 /* if there aren't any, that means you won :) */
1160 if( biggest_col_length == 0 && rem == NOT_A_CARD ) 1160 if( biggest_col_length == 0 && rem == NOT_A_CARD )
1161 { 1161 {
1162 rb->splash( HZ, true, "You Won :)" ); 1162 rb->splash( HZ, "You Won :)" );
1163 return bouncing_cards(); 1163 return bouncing_cards();
1164 } 1164 }
1165 1165
@@ -1588,7 +1588,7 @@ enum plugin_status plugin_start( struct plugin_api* api, void* parameter )
1588 (void)parameter; 1588 (void)parameter;
1589 rb = api; 1589 rb = api;
1590 1590
1591 rb->splash( HZ, true, "Welcome to Solitaire!" ); 1591 rb->splash( HZ, "Welcome to Solitaire!" );
1592 1592
1593 configfile_init(rb); 1593 configfile_init(rb);
1594 configfile_load(CONFIG_FILENAME, config, 1594 configfile_load(CONFIG_FILENAME, config,