it works
This commit is contained in:
parent
a298b6396d
commit
a0cec98aa7
8 changed files with 23 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue