searching speed issue
This commit is contained in:
parent
280cbee0a2
commit
98035f17a2
11 changed files with 69 additions and 64 deletions
|
|
@ -12,7 +12,7 @@ void do_init(void) {
|
|||
|
||||
state->info->score = 0;
|
||||
state->info->level = 1;
|
||||
state->info->speed = 1;
|
||||
state->info->speed = 100;
|
||||
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