From 775fc1735aefaab64f429ccf2e4fac4091c073ff Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:53:44 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 45 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 78c5425..4a8dbfe 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1235,6 +1235,10 @@ GameLib.CustomCode.prototype.restore = function() { ); this.state.orientation = this.backupOrientation; + + this.backupSnake = null; + + this.backup(); this.visualizeGrid();