aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/screen.cpp4
1 files changed, 0 insertions, 4 deletions
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);
}