[Scummvm-cvs-logs] SF.net SVN: scummvm:[39433] scummvm/trunk/engines/sky/sky.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Mar 15 23:52:41 CET 2009
Revision: 39433
http://scummvm.svn.sourceforge.net/scummvm/?rev=39433&view=rev
Author: eriktorbjorn
Date: 2009-03-15 22:52:40 +0000 (Sun, 15 Mar 2009)
Log Message:
-----------
Call updateScreen() from the delay() function, like we do in so many other
engines, to ensure smooth mouse movement.
Modified Paths:
--------------
scummvm/trunk/engines/sky/sky.cpp
Modified: scummvm/trunk/engines/sky/sky.cpp
===================================================================
--- scummvm/trunk/engines/sky/sky.cpp 2009-03-15 21:25:15 UTC (rev 39432)
+++ scummvm/trunk/engines/sky/sky.cpp 2009-03-15 22:52:40 UTC (rev 39433)
@@ -423,6 +423,8 @@
}
}
+ _system->updateScreen();
+
if (amount > 0)
_system->delayMillis((amount > 10) ? 10 : amount);
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