summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)) {