forked from len0rd/rockbox
use same variable/macro name for highscore among plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3abab85ac
commit
3f8d4a5a0f
8 changed files with 61 additions and 60 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue