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:
Eric Linenberg 2002-06-20 03:35:35 +00:00
parent 5690d69e8d
commit 2efc7d4e9e

View file

@ -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 */