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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Mar 15 04:33:08 CET 2006


Revision: 21311
Author:   eriktorbjorn
Date:     2006-03-15 04:32:07 -0800 (Wed, 15 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21311&view=rev

Log Message:
-----------
The backend handled cursor drawing -- no need to update the screen manually.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra.cpp
Modified: scummvm/trunk/engines/kyra/kyra.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra.cpp	2006-03-15 11:37:12 UTC (rev 21310)
+++ scummvm/trunk/engines/kyra/kyra.cpp	2006-03-15 12:32:07 UTC (rev 21311)
@@ -756,7 +756,6 @@
 			case OSystem::EVENT_MOUSEMOVE:
 				_mouseX = event.mouse.x;
 				_mouseY = event.mouse.y;
-				_system->updateScreen();
 				break;
 			case OSystem::EVENT_QUIT:
 				quitGame();


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