summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
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}