From d13cc3827b41097b982c81dd23f459d74a69ff6e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Mar 2018 12:49:51 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 33 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index d01521c..b365519 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -398,7 +398,7 @@ GameLib.CustomCode.prototype.rebuildGrid = function() { type : GameLib.CustomCode.OCCUPIED_TYPE_SNAKE_BODY, index : index } - } + }.bind(this) ); /** @@ -411,7 +411,7 @@ GameLib.CustomCode.prototype.rebuildGrid = function() { type : GameLib.CustomCode.OCCUPIED_TYPE_FOOD, index : index } - } + }.bind(this) ); /** @@ -424,7 +424,7 @@ GameLib.CustomCode.prototype.rebuildGrid = function() { type : GameLib.CustomCode.OCCUPIED_TYPE_POWERUP, index : index } - } + }.bind(this) ); }.bind(this);