wm: gsnake

Download patch

ref: 1cf8c5ef966a92504a998ac22f61502e392a3530
parent: c4b48d61620f9b3611a9a322e48670eb72ad6ad3
author: grey-S <63976509+grey-S@users.noreply.github.com>
date: Sat May 16 15:30:51 EDT 2020

Update config.h

--- a/config.h
+++ b/config.h
@@ -35,7 +35,7 @@
 point food;
 dir current_dir = START_DIR;
 
-int max_x , max_y , snake_len = START_SIZE , score , highest_score;
+int max_x , max_y , snake_len = START_SIZE , score ;
 int next_x , next_y;
 int delay = 40000;