test
This commit is contained in:
parent
5bfedd390b
commit
b9fb810998
@ -20,4 +20,5 @@ int step_state(struct state* st){
|
|||||||
int nx = (st->snake->x + st->sx);
|
int nx = (st->snake->x + st->sx);
|
||||||
int ny = (st->snake->y + st->sy);
|
int ny = (st->snake->y + st->sy);
|
||||||
return END_CONTINUE;
|
return END_CONTINUE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user