1
0
Fork 0
forked from len0rd/rockbox

Clear the display before showing the splash (part of FS#10138 by Teruaki Kawashima)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21498 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-06-24 21:19:16 +00:00
parent 1f64522a43
commit 7a8e1e8fc0

View file

@ -1459,6 +1459,7 @@ int solitaire( int skipmenu )
/* if there aren't any, that means you won :) */
if( biggest_col_length == 0 && rem == NOT_A_CARD )
{
rb->lcd_update();
rb->splash( HZ, "You Won :)" );
return bouncing_cards();
}