summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-01 00:41:58 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-01 00:41:58 -0700
commit8de6064f4a6e9d1c7979967406a5ca5312a3ffb7 (patch)
treeb5484b02f18fa6bff41e01d74ce49e932f7a7bc5 /js/mapspecs.js
parentce6050bfe419f820c23f7157a5df8574c27de345 (diff)
downloadpathery-8de6064f4a6e9d1c7979967406a5ca5312a3ffb7.tar.xz
BUGFIX: No response from tutorial's GO, and Walls without color.
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r--js/mapspecs.js1
1 files changed, 1 insertions, 0 deletions
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) {