From 1764583f99c6d64de5b748df10b37a3ed9268a1f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 26 Mar 2007 08:52:36 +0000 Subject: 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 --- apps/plugins/rockblox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c index dda8987c36..d5bf701b6f 100644 --- a/apps/plugins/rockblox.c +++ b/apps/plugins/rockblox.c @@ -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); -- cgit v1.2.3