forked from len0rd/rockbox
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c643b9f3e
commit
4d6374c923
107 changed files with 529 additions and 553 deletions
|
|
@ -1159,7 +1159,7 @@ int solitaire( void )
|
|||
/* if there aren't any, that means you won :) */
|
||||
if( biggest_col_length == 0 && rem == NOT_A_CARD )
|
||||
{
|
||||
rb->splash( HZ, true, "You Won :)" );
|
||||
rb->splash( HZ, "You Won :)" );
|
||||
return bouncing_cards();
|
||||
}
|
||||
|
||||
|
|
@ -1588,7 +1588,7 @@ enum plugin_status plugin_start( struct plugin_api* api, void* parameter )
|
|||
(void)parameter;
|
||||
rb = api;
|
||||
|
||||
rb->splash( HZ, true, "Welcome to Solitaire!" );
|
||||
rb->splash( HZ, "Welcome to Solitaire!" );
|
||||
|
||||
configfile_init(rb);
|
||||
configfile_load(CONFIG_FILENAME, config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue