summaryrefslogtreecommitdiff
path: root/apps/plugins/clix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/clix.c')
-rw-r--r--apps/plugins/clix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/clix.c b/apps/plugins/clix.c
index 461ef5a58d..5f9ad517ab 100644
--- a/apps/plugins/clix.c
+++ b/apps/plugins/clix.c
@@ -619,7 +619,7 @@ static int clix_menu(struct clix_game_state_t* state, bool ingame)
619 return 1; 619 return 1;
620 break; 620 break;
621 case 3: 621 case 3:
622 highscore_show(NUM_SCORES, highest, NUM_SCORES); 622 highscore_show(NUM_SCORES, highest, NUM_SCORES, true);
623 break; 623 break;
624 case 4: 624 case 4:
625 playback_control(NULL); 625 playback_control(NULL);
@@ -773,7 +773,7 @@ static int clix_handle_game(struct clix_game_state_t* state)
773 rb->splash(HZ*2, "New High Score"); 773 rb->splash(HZ*2, "New High Score");
774 if (position != -1) 774 if (position != -1)
775 highscore_show(position, highest, 775 highscore_show(position, highest,
776 NUM_SCORES); 776 NUM_SCORES, true);
777 if (clix_menu(state, 0)) 777 if (clix_menu(state, 0))
778 return 1; 778 return 1;
779 break; 779 break;