[Scummvm-cvs-logs] SF.net SVN: scummvm: [26347] scummvm/trunk/engines/touche/touche.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Apr 1 16:04:46 CEST 2007
Revision: 26347
http://scummvm.svn.sourceforge.net/scummvm/?rev=26347&view=rev
Author: eriktorbjorn
Date: 2007-04-01 07:04:45 -0700 (Sun, 01 Apr 2007)
Log Message:
-----------
Call updateScreen() more often when drawing right-click menus, to make mouse
movement smoother.
Modified Paths:
--------------
scummvm/trunk/engines/touche/touche.cpp
Modified: scummvm/trunk/engines/touche/touche.cpp
===================================================================
--- scummvm/trunk/engines/touche/touche.cpp 2007-04-01 13:38:03 UTC (rev 26346)
+++ scummvm/trunk/engines/touche/touche.cpp 2007-04-01 14:04:45 UTC (rev 26347)
@@ -1850,7 +1850,7 @@
}
processEvents(false);
_system->updateScreen();
- _system->delayMillis(50);
+ _system->delayMillis(10);
}
const int action = (i >= 0) ? actionsTable[i] : -26;
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