summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 12:37:07 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 12:37:07 +0000
commit38f4816dab5c71b632cc06748f531282f158e91c (patch)
tree4984aa0b0d734a18a8833136df0874261520163a /crawl-ref/source/food.h
parentf19ffb0cf2b7db6897674d73191525cb54831723 (diff)
downloadcrawl-ref-38f4816dab5c71b632cc06748f531282f158e91c.tar.gz
crawl-ref-38f4816dab5c71b632cc06748f531282f158e91c.zip
'q' (or Escape) when prompted for food on the floor now cancels out of
eating completely, rather than moving to inventory. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2847 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 94dceeceec..2aba226354 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -88,7 +88,7 @@ bool can_ingest(int what_isit, int kindof_thing, bool suppress_msg,
void eat_floor_item(int item_link);
-bool eat_from_floor(void);
+int eat_from_floor();
void eat_from_inventory(int which_inventory_slot);