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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 7887258d44..3257ed26f8 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -60,8 +60,8 @@ bool eat_food(bool run_hook = true, int slot = -1);
/* ***********************************************************************
* called from: abl-show - acr - fight - food - spell
* *********************************************************************** */
-void make_hungry(int hunger_amount, bool suppress_msg);
-
+void make_hungry(int hunger_amount, bool suppress_msg,
+ bool allow_reducing = false);
// last updated 19jun2000 {dlb}
/* ***********************************************************************