diff --git a/21g30t1e75.js b/21g30t1e75.js index 41b4768..cd1aa3c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1415,7 +1415,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { /** * make a backup of the snake here */ - this.backupSnake(); + this.backup(); } this.state.eating = false; @@ -1473,7 +1473,7 @@ GameLib.Event.Subscribe( ) ] - this.backupSnake(); + this.backup(); /** * Other Settings