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; }