summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-11 12:43:31 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-11 12:43:31 +0000
commit12213fbee2d290bf594b9219ae6720075166ca79 (patch)
tree09e6ed074b8ed67527f2aa4def9e9210512d448b /crawl-ref/source/items.h
parent97b0e340b5f4239ec944300643be9e676f64cd9f (diff)
downloadcrawl-ref-12213fbee2d290bf594b9219ae6720075166ca79.tar.gz
crawl-ref-12213fbee2d290bf594b9219ae6720075166ca79.zip
Suppress doubled autopickup messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1014 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 af0ab9d4f7..5c123ecc87 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -70,7 +70,7 @@ void destroy_item_stack( int x, int y );
* called from: acr
* *********************************************************************** */
void item_check(char keyin);
-
+void request_autopickup(bool do_pickup = true);
// last updated: 08jun2000 {dlb}
/* ***********************************************************************