summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-21 13:41:10 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-21 13:41:10 +0000
commitcbb457d13f09655c81aa5a0e942fbb34f4a76712 (patch)
tree33ae292819a64b31a12a0b2209aa0bbbf6ad036e /crawl-ref/source/food.h
parentb30aacda1fd2b82ae1436f3ac24e3c588d8209d1 (diff)
downloadcrawl-ref-cbb457d13f09655c81aa5a0e942fbb34f4a76712.tar.gz
crawl-ref-cbb457d13f09655c81aa5a0e942fbb34f4a76712.zip
Tiles: allow direct selection of corpse to be butchered from floor
or to drink blood from for vampires git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3313 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 1d4d3fa4b2..d06a5f73d8 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -46,7 +46,7 @@ enum food_type
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool butchery(void);
+bool butchery(int which_corpse = -1);
// last updated 19jun2000 {dlb}