diff options
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)) { |