summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 0c3211664a..82738abd5c 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -42,7 +42,8 @@ int vault_main(map_type vgrid,
const map_def *map_by_index(int index);
int random_map_for_place(const std::string &place, bool mini = false);
int random_map_for_depth(int depth, bool want_minivault = false);
-int random_map_for_tag(const std::string &tag, bool want_minivault);
+int random_map_for_tag(const std::string &tag, bool want_minivault,
+ bool check_depth = false);
void add_parsed_map(const map_def &md);
void read_maps();