From 5bbdde5479dd64f823e3c315c917b1c78fc3aa63 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 26 May 2006 15:44:46 +0000 Subject: Removed hack to flush mouse events. No longer needed, apparently. svn-id: r22662 --- engines/kyra/screen.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index d8a844c65e..f18efa6a4c 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -1842,10 +1842,6 @@ void Screen::showMouse() { debugC(9, kDebugLevelScreen, "Screen::showMouse()"); if (_mouseLockCount == 1) { - // HACK: Flush the event queue before showing the mouse, so - // that the mouse cursor won't do a little dance catching - // up with the mouse movements when entering a new room. - _vm->delay(0); CursorMan.showMouse(true); } -- cgit v1.2.3