From df99ef2c7b95462bdb1f00e345529b3d4d270b55 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 11 Jul 2014 12:38:02 -0400 Subject: Added highscore highlight to xobox game Change-Id: Idf6848fc80a56398889d5deeb16bf3707fcd3e30 Reviewed-on: http://gerrit.rockbox.org/893 Reviewed-by: Michael Giacomelli --- apps/plugins/xobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 77f0110..3cf3b2a 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -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)) { -- cgit v1.1