summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorZannick <jokeserver@gmail.com>2012-12-30 18:27:30 -0800
committerNeil Moore <neil@s-z.org>2013-01-01 23:13:42 -0500
commitab1c68e40bac222518ee90bc63e5a4eeb1bf3828 (patch)
tree6c23854c5cde05f447179cb2ba76a5b218d243bc /crawl-ref/source/env.h
parent08a56f5773bfdba9613ce7f051a29e5451449c28 (diff)
downloadcrawl-ref-ab1c68e40bac222518ee90bc63e5a4eeb1bf3828.tar.gz
crawl-ref-ab1c68e40bac222518ee90bc63e5a4eeb1bf3828.zip
Track unique tags while placing subvaults (#6328).
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 981766a9e6..027be74a3a 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -127,6 +127,8 @@ struct crawl_environment
// A set of the unique subvaults being placed. These are considered used
// for the purposes of placing additional subvaults.
string_set new_used_subvault_names;
+ // A set of uniq_ or luniq_ map tags being placed.
+ string_set new_used_subvault_tags;
// Vault currently being placed, for crash dump purposes.
string placing_vault;