summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 15:39:17 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 15:39:17 +0000
commit831eb7a1814410a7f71e2d4cdc2b685f70b46a33 (patch)
tree4363f8a00711431b0757cd348134f7205f7d6568 /crawl-ref/source/mapdef.cc
parent40e2d7d94c4dff6c8e9a0b31139d86adcbb91e7c (diff)
downloadcrawl-ref-831eb7a1814410a7f71e2d4cdc2b685f70b46a33.tar.gz
crawl-ref-831eb7a1814410a7f71e2d4cdc2b685f70b46a33.zip
[1767432] Fixed labyrinth with sealed exit.
Increased minimum distance of labyrinth entrance from center. Fixed gly_point() not working correctly because map transforms were not applied. Fixed lexer ignoring (and echoing) newlines on marker continuation lines. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1963 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 e5049c71cf..32f3afeb15 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -1277,6 +1277,7 @@ std::string map_def::validate_map_def()
if (!err.empty())
return (err);
+ resolve();
test_lua_validate(true);
if (orient == MAP_FLOAT || is_minivault())