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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Jul 28 15:27:49 CEST 2007


Revision: 28265
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28265&view=rev
Author:   peres001
Date:     2007-07-28 06:27:48 -0700 (Sat, 28 Jul 2007)

Log Message:
-----------
Screen is now refreshed when waiting for left clicks. Solves bug #1762618.

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

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-07-28 12:26:40 UTC (rev 28264)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-07-28 13:27:48 UTC (rev 28265)
@@ -372,7 +372,8 @@
 			break;
 		}
 
-		g_system->delayMillis(10);
+		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