From a8878308615ed621f4e0f3d041c3bd13403258e3 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 30 Jun 2007 14:25:22 +0000 Subject: 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 --- crawl-ref/source/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/items.h') 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} -- cgit v1.2.3-54-g00ecf