[Scummvm-cvs-logs] SF.net SVN: scummvm: [22662] scummvm/trunk/engines/kyra/screen.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Fri May 26 08:45:05 CEST 2006
Revision: 22662
Author: eriktorbjorn
Date: 2006-05-26 08:44:46 -0700 (Fri, 26 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22662&view=rev
Log Message:
-----------
Removed hack to flush mouse events. No longer needed, apparently.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp 2006-05-26 14:21:53 UTC (rev 22661)
+++ scummvm/trunk/engines/kyra/screen.cpp 2006-05-26 15:44:46 UTC (rev 22662)
@@ -1842,10 +1842,6 @@
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);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list