diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-07-11 12:38:02 -0400 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2014-08-12 18:25:56 +0200 |
| commit | df99ef2c7b95462bdb1f00e345529b3d4d270b55 (patch) | |
| tree | c567a2c6a7c06d2b8a1415875906354fbcf4bcf9 /apps/plugins | |
| parent | b61553c2b18d37566b6561e413ef1b49de39c0a7 (diff) | |
| download | rockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.zip rockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.tar.gz rockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.tar.bz2 rockbox-df99ef2c7b95462bdb1f00e345529b3d4d270b55.tar.xz | |
Added highscore highlight to xobox game
Change-Id: Idf6848fc80a56398889d5deeb16bf3707fcd3e30
Reviewed-on: http://gerrit.rockbox.org/893
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/xobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |