From cbb457d13f09655c81aa5a0e942fbb34f4a76712 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 21 Jan 2008 13:41:10 +0000 Subject: 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 --- crawl-ref/source/food.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/food.h') 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} -- cgit v1.2.3-54-g00ecf