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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 487a1763f8..bee77bf04d 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -613,7 +613,7 @@ bool butchery(int which_corpse)
corpse_name.c_str());
repeat_prompt = false;
- keyin = tolower(c_getch());
+ keyin = tolower(getchm(KC_CONFIRM));
switch (keyin)
{
case 'b':
@@ -1216,7 +1216,7 @@ int eat_from_floor()
((si->quantity > 1) ? "one of " : ""),
item_name.c_str());
- int keyin = tolower(c_getch());
+ int keyin = tolower(getchm(KC_CONFIRM));
switch (keyin)
{
case 'q':