wm: gsnake

Download patch

ref: 203ec75b803ae35e83dee22801a1562a2d9f8a79
parent: c1e39ad866ba9f9a3768374d78a1701b75ff58ae
author: grey-S <63976509+grey-S@users.noreply.github.com>
date: Sun Apr 19 22:38:52 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,last_scores[10];
+int max_x , max_y , snake_len = START_SIZE , score , highest_score;
 int next_x , next_y;
 int delay = 40000;