summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-08 16:33:55 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-08 16:33:55 +0000
commit64eb39919e167b9443b88943bbf0e1f3ba63f61c (patch)
treec67a5ae6aac361ea08445aef0773c74bcab99e28 /crawl-ref/source/mapdef.h
parent3e5eae658a2dd7acbd5584f4a6104ba99e7de275 (diff)
downloadcrawl-ref-64eb39919e167b9443b88943bbf0e1f3ba63f61c.tar.gz
crawl-ref-64eb39919e167b9443b88943bbf0e1f3ba63f61c.zip
Fixed inappropriate maps being selected for dungeon levels.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1803 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index ddc64fe240..85dca6f0ce 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -576,6 +576,7 @@ public:
bool is_minivault() const;
bool has_tag(const std::string &tag) const;
bool has_tag_prefix(const std::string &tag) const;
+ bool has_tag_suffix(const std::string &suffix) const;
std::vector<std::string> get_shuffle_strings() const;
std::vector<std::string> get_subst_strings() const;