[Scummvm-cvs-logs] SF.net SVN: scummvm:[47254] scummvm/trunk/engines/sci/engine/kernel.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jan 11 17:33:00 CET 2010


Revision: 47254
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47254&view=rev
Author:   thebluegr
Date:     2010-01-11 16:33:00 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
Don't update the screen twice while waiting

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-01-11 16:28:46 UTC (rev 47253)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-01-11 16:33:00 UTC (rev 47254)
@@ -711,7 +711,6 @@
 		// let backend process events and update the screen
 		event->get(SCI_EVENT_PEEK);
 		// TODO: we need to call Cursor::refreshPosition() before each screen update to limit the mouse cursor position
-		g_system->updateScreen();
 		time = g_system->getMillis();
 		if (time + 10 < wakeup_time) {
 			g_system->delayMillis(10);


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