summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-27 11:50:25 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-27 11:50:25 +0200
commit40939b53010e6103012308960d5e2d80ecfe2367 (patch)
treeea4300623e0031cc528c21dbba19319e8aba0395 /crawl-ref/source/itemname.h
parent3a3f7a341f139723a43ca9973226df1df9353f6b (diff)
downloadcrawl-ref-40939b53010e6103012308960d5e2d80ecfe2367.tar.gz
crawl-ref-40939b53010e6103012308960d5e2d80ecfe2367.zip
Fix extra {unknown} in morgue inventory listings.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index e187072e48..6c936501c5 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -83,6 +83,7 @@ std::string quant_name( const item_def &item, int quant,
description_level_type des, bool terse = false );
bool item_type_known( const item_def &item );
+bool item_type_unknown( const item_def &item );
bool item_type_known( const object_class_type base_type, const int sub_type );
bool item_type_tried( const item_def &item );