forked from len0rd/rockbox
Fix build warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11921 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7599fb6871
commit
c76d3ae098
1 changed files with 5 additions and 5 deletions
|
@ -475,8 +475,6 @@ static void show_details (void)
|
|||
|
||||
static void init_rockblox (void)
|
||||
{
|
||||
int i;
|
||||
char str[25]; /* for strings */
|
||||
highscore_update(score, level, Highest, MAX_HIGH_SCORES);
|
||||
|
||||
level = 1;
|
||||
|
@ -498,6 +496,8 @@ static void init_rockblox (void)
|
|||
#endif
|
||||
show_details ();
|
||||
#ifdef HIGH_SCORE_Y
|
||||
int i;
|
||||
char str[25]; /* for strings */
|
||||
for (i = MAX_HIGH_SCORES-1; i>=0; i--)
|
||||
{
|
||||
rb->snprintf (str, sizeof (str), "%06d L%1d", Highest[i].score, Highest[i].level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue