summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 7d8d3a8392..23f0cba945 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2839,7 +2839,7 @@ void set_feature_desc_short(const std::string &base_name,
CrawlHashTable &props = env.properties;
if (!props.exists(SHORT_DESC_KEY))
- props[SHORT_DESC_KEY].new_table(SV_STR);
+ props[SHORT_DESC_KEY].new_table();
CrawlHashTable &desc_table = props[SHORT_DESC_KEY].get_table();