summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-19 19:20:33 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-19 20:08:09 +0100
commit8d0b345d692bfd1dc707a5f51cdaf028f6e13d2f (patch)
tree3dcbc3462dc497b13258e344eb682ef854e96a08 /crawl-ref/source/items.h
parent7c476f1fd2c85cf847133b60a9bd569e15201be1 (diff)
downloadcrawl-ref-8d0b345d692bfd1dc707a5f51cdaf028f6e13d2f.tar.gz
crawl-ref-8d0b345d692bfd1dc707a5f51cdaf028f6e13d2f.zip
Tiles: A single mouseclick is enough to pull up the pickup menu.
Previously, one mouseclick would call up the pickup prompt, and a second one the menu. Rethinking things, that requirement doesn't really make sense, so if there's more than one item in the stack you directly skip ahead to the pickup menu.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 315e02d426..b693066006 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -71,6 +71,7 @@ void lose_item_stack(const coord_def& where);
void item_check(bool verbose);
void request_autopickup(bool do_pickup = true);
+void pickup_menu(int item_link);
void pickup(bool partial_quantity = false);
int item_name_specialness(const item_def& item);