summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-delve.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-13 13:44:13 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-13 13:44:13 +0100
commit36889ca46fc3e8935265871e4c67761487eafa19 (patch)
tree6e1314c091c733dbd4cda4d5b1a48a7ec1884ca4 /crawl-ref/source/dgn-delve.h
parentd65cc78f5fedd5387cc7bb92204187e1cf4fc582 (diff)
downloadcrawl-ref-36889ca46fc3e8935265871e4c67761487eafa19.tar.gz
crawl-ref-36889ca46fc3e8935265871e4c67761487eafa19.zip
Use layout_delve rather than layout_rooms after primary vaults in Spider.
Diffstat (limited to 'crawl-ref/source/dgn-delve.h')
-rw-r--r--crawl-ref/source/dgn-delve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-delve.h b/crawl-ref/source/dgn-delve.h
index c10b17c039..7db92a07ea 100644
--- a/crawl-ref/source/dgn-delve.h
+++ b/crawl-ref/source/dgn-delve.h
@@ -1,6 +1,7 @@
#ifndef DGN_DELVE_H
#define DGN_DELVE_H
+#include "mapdef.h"
void delve(map_lines *map, int ngb_min = 2, int ngb_max = 3,
int connchance = 0, int cellnum = -1, int top = 125);