From 02df28a1b77a4c476cbacbaaba1f4fbdfc110611 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 13 Mar 2018 12:29:55 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 6 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index da19301..641e75a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -175,7 +175,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { return; } - var position = null; + var position = {x:0, y:0}; this.snake.map( function(body, index) {