summaryrefslogtreecommitdiff
path: root/apps/plugins/spacerocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/spacerocks.c')
-rw-r--r--apps/plugins/spacerocks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c
index d4fc45f754..7ceec16372 100644
--- a/apps/plugins/spacerocks.c
+++ b/apps/plugins/spacerocks.c
@@ -663,7 +663,7 @@ static int spacerocks_menu(bool ingame)
663 return 1; 663 return 1;
664 break; 664 break;
665 case 3: 665 case 3:
666 highscore_show(NUM_SCORES, highest, NUM_SCORES); 666 highscore_show(NUM_SCORES, highest, NUM_SCORES, true);
667 break; 667 break;
668 case 4: 668 case 4:
669 playback_control(NULL); 669 playback_control(NULL);
@@ -1927,7 +1927,7 @@ static int spacerocks_game_loop(void)
1927 if (position == 0) 1927 if (position == 0)
1928 rb->splash(HZ*2, "New High Score"); 1928 rb->splash(HZ*2, "New High Score");
1929 if (position != -1) 1929 if (position != -1)
1930 highscore_show(position, highest, NUM_SCORES); 1930 highscore_show(position, highest, NUM_SCORES, true);
1931 if (spacerocks_menu(false)!=0) 1931 if (spacerocks_menu(false)!=0)
1932 return 0; 1932 return 0;
1933 break; 1933 break;