diff --git a/21g30t1e75.js b/21g30t1e75.js index 6c46aa3..eb5f2b1 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1008,7 +1008,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if ((body.orientation !== backup.orientation) && (index === 1)) { - this.createCorner(body, temp); + this.createCorner(body, backup); } return;