Initialization
This commit is contained in:
parent
3765a6ef48
commit
3842dfd920
@ -12,7 +12,7 @@ struct snake* add_snake(struct snake* snake,int x,int y){
|
||||
struct snake* remove_snake(struct snake* snake) {
|
||||
struct snake* head;
|
||||
struct snake* this = head;
|
||||
if (head!= NULL) {
|
||||
while (head!= NULL) {
|
||||
head = head->next;
|
||||
free(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user