summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-23 07:55:43 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-24 00:30:34 +0200
commit300c4468aa470e114bcbd8712623abd50abc1a59 (patch)
tree2f81be588f6cd3162d08fe84fa32c51c774152dd /crawl-ref/source/env.h
parent79f717c01b6ca515d200ca9a50ca317bd33f9f6b (diff)
downloadcrawl-ref-300c4468aa470e114bcbd8712623abd50abc1a59.tar.gz
crawl-ref-300c4468aa470e114bcbd8712623abd50abc1a59.zip
Fix a (marshalled!) infinite leak in the Abyss.
For added insult, nothing used that list anymore.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 840875417c..ab23dca21f 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -39,7 +39,6 @@ struct crawl_environment
string_set level_uniq_maps;
string_set level_uniq_map_tags;
string_set level_layout_types;
- vector<string> level_vault_list;
string level_build_method;