summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 19:13:17 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-30 19:13:17 +0000
commitf4bb02dd66fdf77bfd0ec304e4ae160a27916f42 (patch)
tree3548083ff164b98e4d59b36050241d64921dbe3a /crawl-ref/source/stuff.cc
parent5277bf424bbd6aeab3d8296ce68695717cfff9ed (diff)
downloadcrawl-ref-f4bb02dd66fdf77bfd0ec304e4ae160a27916f42.tar.gz
crawl-ref-f4bb02dd66fdf77bfd0ec304e4ae160a27916f42.zip
* AutoID rings of teleport control after teleporting.
* Fix 2788773: Infinite scroll uses by clicking on a stack in tiles. * Fix 2792095: Tiled menus possibly containing more than 52 items. * Fix clicking on items not setting just_clicked_on_item until after the effect happened. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9853 c06c8d41-db1a-0410-9941-cceddc491573
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)