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:
Franklin Wei 2014-07-11 12:38:02 -04:00 committed by Michael Giacomelli
parent b61553c2b1
commit df99ef2c7b

View file

@ -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)) {