diff --git a/Main/main.c b/Main/main.c index 03b014a..6adadda 100644 --- a/Main/main.c +++ b/Main/main.c @@ -206,9 +206,9 @@ void main() if(head_x == apple_x && head_y == apple_y) { del(apple_x,apple_y); + push(head_x,head_y); rand_apple(); display(apple_x,apple_y); - push(head_x,head_y); } else {