[Scummvm-cvs-logs] SF.net SVN: scummvm: [28269] scummvm/trunk/engines/parallaction/ parallaction.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Jul 28 16:21:16 CEST 2007


Revision: 28269
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28269&view=rev
Author:   peres001
Date:     2007-07-28 07:21:16 -0700 (Sat, 28 Jul 2007)

Log Message:
-----------
Now yielding control to system after updateScreen is invoked to get smoother mouse movements.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-07-28 14:10:25 UTC (rev 28268)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-07-28 14:21:16 UTC (rev 28269)
@@ -372,8 +372,8 @@
 			break;
 		}
 
+		_vm->_gfx->updateScreen();
 		g_system->delayMillis(30);
-		_vm->_gfx->updateScreen();
 	}
 
 


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