summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:52:59 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:52:59 +0000
commitff0ecefe2a7e5144776ad262ec501e3c29ba9252 (patch)
tree3c543099e6bdcfebe044aa9cb885f75b6a28e8ef /crawl-ref/source/itemname.h
parent7dff54b82e9751a089128cc512104ddfe40f150d (diff)
downloadcrawl-ref-ff0ecefe2a7e5144776ad262ec501e3c29ba9252.tar.gz
crawl-ref-ff0ecefe2a7e5144776ad262ec501e3c29ba9252.zip
Changed \ to use item-menu code when displaying identified items.
Much cleaner now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@143 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 36a9b6f72d..e61fa3c568 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -43,7 +43,7 @@ int property( const item_def &item, int prop_type );
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-unsigned char check_item_knowledge(void);
+void check_item_knowledge(void);
/* ***********************************************************************