[Scummvm-cvs-logs] SF.net SVN: scummvm: [26346] scummvm/trunk/engines/touche/ui.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Apr 1 15:38:05 CEST 2007


Revision: 26346
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26346&view=rev
Author:   eriktorbjorn
Date:     2007-04-01 06:38:03 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
We still track the mouse position while waiting for an answer to the "Do you
want to quit?" question, so it makes sense to me to keep drawing the cursor.
Even if the original didn't.

Modified Paths:
--------------
    scummvm/trunk/engines/touche/ui.cpp

Modified: scummvm/trunk/engines/touche/ui.cpp
===================================================================
--- scummvm/trunk/engines/touche/ui.cpp	2007-04-01 13:31:11 UTC (rev 26345)
+++ scummvm/trunk/engines/touche/ui.cpp	2007-04-01 13:38:03 UTC (rev 26346)
@@ -563,7 +563,8 @@
 				break;
 			}
 		}
-		_system->delayMillis(50);
+		_system->delayMillis(10);
+		_system->updateScreen();
 	}
 	clearStatusString();
 	return ret;


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