mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Added highscore highlight to xobox game
Change-Id: Idf6848fc80a56398889d5deeb16bf3707fcd3e30 Reviewed-on: http://gerrit.rockbox.org/893 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
This commit is contained in:
parent
b61553c2b1
commit
df99ef2c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -1233,7 +1233,7 @@ static int xobox_loop (void)
|
|||
rb->splashf(HZ, "New High Score: %d", player.score);
|
||||
}
|
||||
|
||||
highscore_show(-1, highscores, NUM_SCORES, true);
|
||||
highscore_show(pos, highscores, NUM_SCORES, true);
|
||||
}
|
||||
|
||||
if (xobox_menu(false)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue