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 d8a0765a25..1acf2f3d4f 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -338,7 +338,7 @@ bool butchery(void)
strcat(info, "\?");
mpr(info, MSGCH_PROMPT);
- unsigned char keyin = getch();
+ keyin = getch();
if (keyin == 0)
{
@@ -354,7 +354,7 @@ bool butchery(void)
return (false);
}
- int item_got = igrd[you.x_pos][you.y_pos];
+ item_got = igrd[you.x_pos][you.y_pos];
last_item = NON_ITEM;