summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index fc46e4354b..390b9caaf8 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1365,7 +1365,7 @@ static void _eating(unsigned char item_class, int item_type)
if (item_type == FOOD_MEAT_RATION || item_type == FOOD_BREAD_RATION)
duration = 3;
- start_delay( DELAY_EAT, 1, 0, item_type );
+ start_delay( DELAY_EAT, duration, 0, item_type );
lessen_hunger( food_value, true );
}
break;