it works but without figures
This commit is contained in:
parent
e9785c4906
commit
f5b65a390b
6 changed files with 75 additions and 17 deletions
|
|
@ -7,8 +7,8 @@ void do_init(void) {
|
|||
for (int j = 0; j < FIELD_WIDTH; ++j)
|
||||
state->field[i][j] = 0;
|
||||
|
||||
state->info.score = 0;
|
||||
state->info.level = 1;
|
||||
state->info.speed = 1;
|
||||
state->info->score = 0;
|
||||
state->info->level = 1;
|
||||
state->info->speed = 1;
|
||||
state->state = Spawn;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue