summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-12-05 18:30:33 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-12-05 18:54:32 +0100
commit8f1bec83804ba9b27dd13d9257e0b43afdb5132a (patch)
tree106ff67c7f239465608b5c03815bb3d9364ffa8a /crawl-ref/source/item_use.h
parenta77d2aa694c002a3793df8c2e3cf810f3731615a (diff)
downloadcrawl-ref-8f1bec83804ba9b27dd13d9257e0b43afdb5132a.tar.gz
crawl-ref-8f1bec83804ba9b27dd13d9257e0b43afdb5132a.zip
Ctrl-mouseclick asks for quantity for drop/pickup.
I decided to reuse debug_prompt_for_int() for this purpose.
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index d5fa026856..1a1bc0f4b9 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -115,8 +115,8 @@ bool stasis_blocks_effect(bool calc_unid, bool identify,
#ifdef USE_TILE
void tile_item_use_floor(int idx);
-void tile_item_pickup(int idx);
-void tile_item_drop(int idx);
+void tile_item_pickup(int idx, bool part);
+void tile_item_drop(int idx, bool partdrop);
void tile_item_eat_floor(int idx);
void tile_item_use(int idx);
void tile_item_use_secondary(int idx);