1
0
Fork 0
forked from len0rd/rockbox

rockblox: Correct wrong access to array of highscores.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23828 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2009-12-03 15:00:54 +00:00
parent 1ac3b4b605
commit f793653677

View file

@ -1252,7 +1252,7 @@ static int rockblox_menu(void)
#ifdef HAVE_LCD_BITMAP
highscore_show(MAX_HIGH_SCORES, highest, MAX_HIGH_SCORES, true);
#else
rb->splashf(2*HZ, "High Score: %d", highest[MAX_HIGH_SCORES].score);
rb->splashf(2*HZ, "High Score: %d", highest[0].score);
#endif
break;
case 4: