diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-02-27 14:45:37 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-02-27 14:45:37 +0000 |
commit | 3f8d4a5a0f0ee98bc5299c6eb83e0461beebe5a6 (patch) | |
tree | 1bbcb42380b27662ad48ca27b346efaf068c2ebb /apps/plugins/snake2.c | |
parent | c3abab85acc0933615360225d23b69a078c5d186 (diff) |
use same variable/macro name for highscore among plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24941 a1c6a512-1295-4272-9138-f99709370657
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); |