From 3e6c1a7d8c2b103d7d6211adb215af796f24ffd4 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 20:19:41 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 67 bytes modified --- 21g30t1e75.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 4f02fca..8382f82 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -979,13 +979,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { break; case GameLib.CustomCode.OBJECT_TYPE_FOOD : this.extend(gameObject, backup.position, backup.orientation); - break; case GameLib.CustomCode.OBJECT_TYPE_POWERUP: this.powerup(gameObject); break; default: - this.grid[body.position.x][body.position.y] = body; break; }