Rockblox: Repair initial display on targets with no highscore list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
51f4d3f212
commit
1764583f99
1 changed files with 1 additions and 1 deletions
|
@ -544,8 +544,8 @@ static void init_rockblox (void)
|
|||
pgfx_fillrect (15, 7, 2, 7);
|
||||
pgfx_update();
|
||||
#endif
|
||||
#ifdef HIGH_SCORE_Y
|
||||
show_details ();
|
||||
#ifdef HIGH_SCORE_Y
|
||||
for (i = MAX_HIGH_SCORES-1; i>=0; i--)
|
||||
{
|
||||
rb->snprintf (str, sizeof (str), "%06d L%1d", Highest[i].score, Highest[i].level);
|
||||
|
|
Loading…
Reference in a new issue