summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 14:25:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 14:25:22 +0000
commita8878308615ed621f4e0f3d041c3bd13403258e3 (patch)
treec9f57d16fcc2b23f3d087db7a19fd6a2119ef61d /crawl-ref/source/items.h
parentcbd9791cd0bd50b017312d12d8110580b90873ec (diff)
downloadcrawl-ref-a8878308615ed621f4e0f3d041c3bd13403258e3.tar.gz
crawl-ref-a8878308615ed621f4e0f3d041c3bd13403258e3.zip
Implemented 1633998: summary line for large stacks, controlled by the
item_stack_summary_minimum option. Artefacts and glowing/runed items get yellow and white, respectively. Also, the entire item list on the floor will be displayed if it fits onto the screen (and not if there are five or less items, as before.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1699 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index fbcfe4339f..e16d756ee3 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -69,7 +69,7 @@ void destroy_item_stack( int x, int y );
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void item_check(char keyin);
+void item_check(bool verbose);
void request_autopickup(bool do_pickup = true);
// last updated: 08jun2000 {dlb}