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() {