summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
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 f1e22443d4..f4a57bef67 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2100,7 +2100,7 @@ void set_feature_desc_long(const std::string &raw_name,
CrawlHashTable &props = env.properties;
if (!props.exists(LONG_DESC_KEY))
- props[LONG_DESC_KEY].new_table(SV_STR);
+ props[LONG_DESC_KEY].new_table();
CrawlHashTable &desc_table = props[LONG_DESC_KEY].get_table();