sometimes when you loaded a level, a 'home' spot would appear below you
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1107 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5690d69e8d
commit
2efc7d4e9e
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ void load_level(int level_to_load) {
|
|||
int a = 0;
|
||||
int b = 0;
|
||||
int c = 0;
|
||||
|
||||
current_spot=1;
|
||||
boxes_to_go = 0;
|
||||
/* load level into board */
|
||||
/* get to the current level in the level array */
|
||||
|
|
Loading…
Reference in a new issue