summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 23:09:22 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 23:09:22 +0200
commitc9af2ab4e8f209d5da546d80960ad82521a64a69 (patch)
tree96c64ec37997f935194da911033c79d0eaa8a48e /crawl-ref/source/describe.cc
parent487e80ffa4d3e30e73ae20aae57711d125492758 (diff)
parent64b794703481fcdc61f912743b7e11bea7523d6d (diff)
downloadcrawl-ref-c9af2ab4e8f209d5da546d80960ad82521a64a69.tar.gz
crawl-ref-c9af2ab4e8f209d5da546d80960ad82521a64a69.zip
Merge branch 'master' into trees
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e763b1bbd7..aff6afc172 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2106,7 +2106,7 @@ void set_feature_desc_long(const std::string &raw_name,
if (!props.exists(LONG_DESC_KEY))
props[LONG_DESC_KEY].new_table(SV_STR);
- CrawlHashTable &desc_table = props[LONG_DESC_KEY];
+ CrawlHashTable &desc_table = props[LONG_DESC_KEY].get_table();
if (desc.empty())
desc_table.erase(raw_name);