summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-12-14 18:56:43 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-12-14 20:27:57 +0300
commit1d0d674a88dfe86df575e207768623f1eabd6897 (patch)
treee06bcaf652246aa0e524b7655078ceac113b1dae /crawl-ref/source/env.h
parenta5b6e0f92155dda4570996f64e148e89b0025b7f (diff)
downloadcrawl-ref-1d0d674a88dfe86df575e207768623f1eabd6897.tar.gz
crawl-ref-1d0d674a88dfe86df575e207768623f1eabd6897.zip
Convert env.level_layout_type into std::set<std::string> level_layout_types.
This lets one layout specify multiple layout types, which can be useful in combination with layout_* vault tags. Nothing uses this as of yet.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 9ee307a224..32b1d65048 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -36,9 +36,9 @@ struct crawl_environment
string_set level_uniq_maps;
string_set level_uniq_map_tags;
+ string_set level_layout_types;
std::string level_build_method;
- std::string level_layout_type;
vault_placement_refv level_vaults;