From 84ae2696b66de2f217e2bf689b2f4f775fc9a51f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 18:41:55 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 0a67267..ced9ecd 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -923,7 +923,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { this.explode(body.position); break; case GameLib.CustomCode.OBJECT_TYPE_FOOD : - this.extend(gameObject, body.position, body.orientation); + this.extend(gameObject, backup.position, backup.orientation); break; case GameLib.CustomCode.OBJECT_TYPE_POWERUP: this.powerup(gameObject);