summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 903c73d6f3..6359f10f42 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -460,6 +460,7 @@ void untag_followers()
unsigned char get_ch()
{
+ mouse_control mc(MOUSE_MODE_MORE);
unsigned char gotched = getch();
if (gotched == 0)