From e1a0e391a2699dab4ed34db6daf8bd4ae8d3e948 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:55:23 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 118 bytes modified --- 21g30t1e75.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index b73f363..47360ce 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -979,11 +979,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { break; case GameLib.CustomCode.OBJECT_TYPE_FOOD : this.extend(gameObject, backup.position, backup.orientation); - - if (backup.orientation !== body.orientation) { - this.createCorner(body, temp); - } - break; case GameLib.CustomCode.OBJECT_TYPE_POWERUP: this.powerup(gameObject);