summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
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())