diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-01 00:41:58 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-01 00:41:58 -0700 |
commit | 8de6064f4a6e9d1c7979967406a5ca5312a3ffb7 (patch) | |
tree | b5484b02f18fa6bff41e01d74ce49e932f7a7bc5 /js/mapspecs.js | |
parent | ce6050bfe419f820c23f7157a5df8574c27de345 (diff) | |
download | pathery-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.js | 1 |
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) {
|