summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mapdef.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 1989cd704d..706bfec6bf 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -389,6 +389,7 @@ void map_lines::clear()
release_transforms();
lines.clear();
map_width = 0;
+ solid_checked = false;
}
void map_lines::subst(std::string &s, subst_spec &spec)