From b371e3f11968891aa301625d7ef149e5b4bd5e08 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 20:00:55 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 74 bytes modified --- 21g30t1e75.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index eb5f2b1..410121a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1008,7 +1008,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if ((body.orientation !== backup.orientation) && (index === 1)) { - this.createCorner(body, backup); + body.orientation = backup.orientation; + body.flip = backup.flip; + this.createCorner(body, temp); } return;