From 8de6064f4a6e9d1c7979967406a5ca5312a3ffb7 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 1 Apr 2013 00:41:58 -0700 Subject: BUGFIX: No response from tutorial's GO, and Walls without color. --- js/mapspecs.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/mapspecs.js') diff --git a/js/mapspecs.js b/js/mapspecs.js index d8b4ed3..4658aa3 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -147,6 +147,7 @@ function grid_click(obj) { childdiv.setAttribute("class", "child w"); if (wallColor == false) setWallStyle(userObj); + if (wallColor == false) wallColor = '#666'; obj.style.backgroundColor = wallColor; if (wallEmblem) { -- cgit v1.2.3