it works
This commit is contained in:
parent
a298b6396d
commit
a0cec98aa7
8 changed files with 23 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ void do_init(void) {
|
|||
|
||||
state->info->score = 0;
|
||||
state->info->level = 1;
|
||||
state->info->speed = 100;
|
||||
state->info->speed = 10;
|
||||
state->state = Spawn;
|
||||
|
||||
LOG_FUNCTION_END("do_init", "score=%d, level=%d, state=%d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue