diff --git a/21g30t1e75.js b/21g30t1e75.js index 82f5804..1a0cbd6 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -235,8 +235,6 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { this.state.exploding = false; this.state.getReady = true; - - this.advanceSnake(this.speed * 2); window.setTimeout( function(){ @@ -1158,7 +1156,6 @@ GameLib.CustomCode.prototype.backup = function() { GameLib.CustomCode.prototype.restore = function() { - this.snake.map( function(body) { @@ -1253,6 +1250,9 @@ GameLib.CustomCode.prototype.restore = function() { */ this.snake = this.backupSnake.map( function(body) { + + body.applyToMesh(); + return body; } );