summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc9
1 files changed, 3 insertions, 6 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index e0fec19f33..47cccee2a7 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -1255,12 +1255,9 @@ void pickup()
mprf(MSGCH_PROMPT, "Pick up %s? (y/n/a/*?g,/q)",
get_message_colour_tags(mitm[o], DESC_NOCAP_A,
MSGCH_PROMPT).c_str());
-#ifndef USE_TILE
- keyin = get_ch();
-#else
- // TODO enne - why?
- keyin = getch_ck();
-#endif
+
+ mouse_control mc(MOUSE_MODE_MORE);
+ keyin = getch();
}
if (keyin == '*' || keyin == '?' || keyin == ',' || keyin == 'g'