summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-27 08:51:12 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-27 08:51:12 +0000
commitf72d10030e37b1689bcd74f9359b4a5c5bbc7e13 (patch)
treed4dc76c4dc3d9143beb8a92940fed2be14d492cc /crawl-ref/source/mapdef.cc
parent9cfcde86bb92957d658e51d1955777f8db73cff1 (diff)
downloadcrawl-ref-f72d10030e37b1689bcd74f9359b4a5c5bbc7e13.tar.gz
crawl-ref-f72d10030e37b1689bcd74f9359b4a5c5bbc7e13.zip
Clear wall check when clearing map.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1107 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-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)