This commit is contained in:
Aleš Novysedlák 2025-04-03 14:00:41 +02:00
parent 5bfedd390b
commit b9fb810998

View File

@ -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;
} }