summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockblox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 9f538b6591..d8ed4df3b3 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -1252,7 +1252,7 @@ static int rockblox_menu(void)
1252#ifdef HAVE_LCD_BITMAP 1252#ifdef HAVE_LCD_BITMAP
1253 highscore_show(MAX_HIGH_SCORES, highest, MAX_HIGH_SCORES, true); 1253 highscore_show(MAX_HIGH_SCORES, highest, MAX_HIGH_SCORES, true);
1254#else 1254#else
1255 rb->splashf(2*HZ, "High Score: %d", highest[MAX_HIGH_SCORES].score); 1255 rb->splashf(2*HZ, "High Score: %d", highest[0].score);
1256#endif 1256#endif
1257 break; 1257 break;
1258 case 4: 1258 case 4: