From 852a856cf977becde89384b9c27396b85dca6d47 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 15:03:07 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 88 bytes modified --- 21g30t1e75.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index aa1af63..ebb6ff5 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -829,6 +829,11 @@ GameLib.CustomCode.SnakeBody.prototype.dispose = function() { this.backupMesh.materials = null; this.backupMesh.remove(); } + + this.flip = 0; + this.orientaiton = 0; + this.isTail = false; + this.backupMesh = null; } GameLib.CustomCode.SnakeBody.prototype.clone = function() {