This commit is contained in:
Rorikstr | Rust Dev 2025-09-29 23:06:30 +03:00
parent a298b6396d
commit a0cec98aa7
8 changed files with 23 additions and 18 deletions

View file

@ -47,6 +47,7 @@ void do_moving(void) {
state->state = Move;
break;
}
state->state = Move;
LOG_FUNCTION_END("do_moving", "curr=(%d,%d), state=%d",
state->curr.x, state->curr.y, state->state);