summaryrefslogtreecommitdiff
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)
898 return 1; 898 return 1;
899 break; 899 break;
900 case 4: 900 case 4:
901 highscore_show(NUM_SCORES, highest, NUM_SCORES); 901 highscore_show(NUM_SCORES, highest, NUM_SCORES, true);
902 break; 902 break;
903 case 5: 903 case 5:
904 if (playback_control(NULL)) 904 if (playback_control(NULL))
@@ -1710,7 +1710,7 @@ enum plugin_status plugin_start(const void* parameter)
1710 rb->splash(HZ*2, "New High Score"); 1710 rb->splash(HZ*2, "New High Score");
1711 } 1711 }
1712 if (position != -1) { 1712 if (position != -1) {
1713 highscore_show(position, highest, NUM_SCORES); 1713 highscore_show(position, highest, NUM_SCORES, true);
1714 } else { 1714 } else {
1715 brickmania_sleep(3); 1715 brickmania_sleep(3);
1716 } 1716 }