forked from len0rd/rockbox
Ooops, I broke the recorder sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e35a658ded
commit
2d6eca7e66
1 changed files with 2 additions and 2 deletions
|
@ -898,13 +898,13 @@ void game (void)
|
||||||
|
|
||||||
void game_init(void)
|
void game_init(void)
|
||||||
{
|
{
|
||||||
|
int button;
|
||||||
char plevel[30];
|
char plevel[30];
|
||||||
char phscore[30];
|
char phscore[30];
|
||||||
|
|
||||||
dead=0;
|
dead=0;
|
||||||
apple=0;
|
apple=0;
|
||||||
score=0;
|
score=0;
|
||||||
int button;
|
|
||||||
|
|
||||||
clear_board();
|
clear_board();
|
||||||
load_level( level_from_file );
|
load_level( level_from_file );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue