summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-05 03:27:17 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-05 03:28:43 +0530
commitd4ad9bb7b61db9867490f8ad57ccfac681d58de4 (patch)
treeafc0f1a7866013fa8625208d2d4a22604ff93dd0 /crawl-ref/source/maps.h
parented85466e0202b396bb8d5469d2babd2a24664afc (diff)
downloadcrawl-ref-d4ad9bb7b61db9867490f8ad57ccfac681d58de4.tar.gz
crawl-ref-d4ad9bb7b61db9867490f8ad57ccfac681d58de4.zip
Fix Shoals:$ sometimes producing huts with entrances facing each other, so that both huts are isolated from the rest of the level.
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 5beee64992..ffcd6f2333 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -17,6 +17,10 @@ class map_def;
struct map_file_place;
struct vault_placement;
+bool map_safe_vault_place(const map_def &md,
+ const coord_def &c,
+ const coord_def &size);
+
int vault_main(vault_placement &vp, const map_def *vault,
bool check_place = false);