summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index e8adf54bc1..4cafa0a2f7 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -98,6 +98,7 @@
#include "itemprop.h"
#include "items.h"
#include "lev-pand.h"
+#include "luadgn.h"
#include "macro.h"
#include "makeitem.h"
#include "maps.h"
@@ -2971,6 +2972,9 @@ static bool initialise(void)
// initialize tag system before we try loading anything!
tag_init();
+ // set up the Lua interpreter for the dungeon builder.
+ init_dungeon_lua();
+
// Read special levels and vaults.
read_maps();