summaryrefslogtreecommitdiffstats
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 916cb01536..e2273c7c87 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -898,7 +898,7 @@ static int brickmania_menu(void)
return 1;
break;
case 4:
- highscore_show(NUM_SCORES, highest, NUM_SCORES);
+ highscore_show(NUM_SCORES, highest, NUM_SCORES, true);
break;
case 5:
if (playback_control(NULL))
@@ -1710,7 +1710,7 @@ enum plugin_status plugin_start(const void* parameter)
rb->splash(HZ*2, "New High Score");
}
if (position != -1) {
- highscore_show(position, highest, NUM_SCORES);
+ highscore_show(position, highest, NUM_SCORES, true);
} else {
brickmania_sleep(3);
}