From a524cfd7147fa35676fa8523ec8df4ed60fc16a4 Mon Sep 17 00:00:00 2001 From: leaf <48828021+leafliber@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:03:14 +0800 Subject: [PATCH] 1.0.1 --- Main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {