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:
Jens Arnold 2007-03-26 08:52:36 +00:00
parent 51f4d3f212
commit 1764583f99

View file

@ -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);