diff options
Diffstat (limited to 'apps/plugins/snake2.c')
-rw-r--r-- | apps/plugins/snake2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/snake2.c b/apps/plugins/snake2.c index e0393ba8af..136952599c 100644 --- a/apps/plugins/snake2.c +++ b/apps/plugins/snake2.c @@ -1461,7 +1461,7 @@ void game_init(void) NULL, 1, 1, 10, NULL); break; case 4: - highscore_show(NUM_SCORES, highscores, NUM_SCORES, true); + highscore_show(-1, highscores, NUM_SCORES, true); break; case 5: playback_control(NULL); |