mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -05:00
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_fillrect (15, 7, 2, 7);
|
||||||
pgfx_update();
|
pgfx_update();
|
||||||
#endif
|
#endif
|
||||||
#ifdef HIGH_SCORE_Y
|
|
||||||
show_details ();
|
show_details ();
|
||||||
|
#ifdef HIGH_SCORE_Y
|
||||||
for (i = MAX_HIGH_SCORES-1; i>=0; i--)
|
for (i = MAX_HIGH_SCORES-1; i>=0; i--)
|
||||||
{
|
{
|
||||||
rb->snprintf (str, sizeof (str), "%06d L%1d", Highest[i].score, Highest[i].level);
|
rb->snprintf (str, sizeof (str), "%06d L%1d", Highest[i].score, Highest[i].level);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue