summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 13:43:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 13:43:39 +0000
commit3746a590d7d1a0b1e717178dbae8cc68eb16957a (patch)
tree1c2fc669ecbf1bfe49963e376230530d334c9682 /crawl-ref/source/dungeon.h
parent750c1ade2989ad3a7b3bff1f908997ab89d6a409 (diff)
downloadcrawl-ref-3746a590d7d1a0b1e717178dbae8cc68eb16957a.tar.gz
crawl-ref-3746a590d7d1a0b1e717178dbae8cc68eb16957a.zip
Added a flag to disable generation of exits from a vault. Need to clean up vault placement to make it easier to parameterise it.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2567 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index c6095128aa..506a84845e 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -304,6 +304,7 @@ bool builder(int level_number, int level_type);
void dgn_set_colours_from_monsters();
bool dgn_place_map(int map, bool generating_level, bool clobber,
+ bool make_no_exits,
const coord_def &pos = coord_def(-1, -1));
void level_clear_vault_memory();
void level_welcome_messages();