searching speed issue

This commit is contained in:
Rorikstr | Rust Dev 2025-09-29 21:57:33 +03:00
parent 280cbee0a2
commit 98035f17a2
11 changed files with 69 additions and 64 deletions

View file

@ -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",