summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cccbf8bcbc..be6770421d 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -315,7 +315,7 @@ bool butchery(int which_corpse)
can_bottle_blood_from_corpse(mitm[o].plus)? "Bottle" : "Butcher",
mitm[o].name(DESC_NOCAP_A).c_str());
- const int result = yesnoquit(info, true, 'N', false, 'C', 'D');
+ const int result = yesnoquit(info, true, 'N', false, false, 'C', 'D');
if ( result == -1 )
{
canceled_butcher = true;