summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-07-11 12:38:02 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2014-08-12 18:25:56 +0200
commitdf99ef2c7b95462bdb1f00e345529b3d4d270b55 (patch)
treec567a2c6a7c06d2b8a1415875906354fbcf4bcf9
parentb61553c2b18d37566b6561e413ef1b49de39c0a7 (diff)
downloadrockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.tar.gz
rockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.zip
Added highscore highlight to xobox game
Change-Id: Idf6848fc80a56398889d5deeb16bf3707fcd3e30 Reviewed-on: http://gerrit.rockbox.org/893 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 77f01101ce..3cf3b2a434 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -1233,7 +1233,7 @@ static int xobox_loop (void)
1233 rb->splashf(HZ, "New High Score: %d", player.score); 1233 rb->splashf(HZ, "New High Score: %d", player.score);
1234 } 1234 }
1235 1235
1236 highscore_show(-1, highscores, NUM_SCORES, true); 1236 highscore_show(pos, highscores, NUM_SCORES, true);
1237 } 1237 }
1238 1238
1239 if (xobox_menu(false)) { 1239 if (xobox_menu(false)) {