summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-21 02:04:52 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-21 02:06:56 +0200
commite59e7d509524db57823fb1fafdd31b0287474b7b (patch)
treefc9b4a8d180c3c4dd39b13a687eee35e2bec8c46 /crawl-ref/source/mapdef.h
parentfe3a93332d924be3f130f636990d40ee07402ef2 (diff)
downloadcrawl-ref-e59e7d509524db57823fb1fafdd31b0287474b7b.tar.gz
crawl-ref-e59e7d509524db57823fb1fafdd31b0287474b7b.zip
Remove (unused) support for vault welcome messages.
The only use of something like this, in Pan unique levels, is done a different way to reduce text duplication. I guess the intent of such level messages was to announce the presence of special rooms like in Nethack, but that would bring confusion for no gain. And they are already possible via map epilogues.
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 58e9d455c4..190bfd720b 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -1100,8 +1100,6 @@ public:
range_chance_t _chance;
range_weight_t _weight;
- std::vector<std::string> welcome_messages;
-
map_lines map;
mons_list mons;
item_list items;