summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 53bf33a..ce98e12 100644
--- a/play.js
+++ b/play.js
@@ -168,6 +168,7 @@ function make_road(a, b, type) {
e.setAttribute("y1", y1)
e.setAttribute("x2", x2)
e.setAttribute("y2", y2)
+ e.setAttribute("visibility", "hidden")
document.getElementById("roads").appendChild(e)
if (!ui.roads[a]) ui.roads[a] = {}