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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Mar 15 07:36:06 CET 2006


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

Log Message:
-----------
On second thought, that comment is probably not necessary.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra.cpp
Modified: scummvm/trunk/engines/kyra/kyra.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra.cpp	2006-03-15 13:32:35 UTC (rev 21314)
+++ scummvm/trunk/engines/kyra/kyra.cpp	2006-03-15 15:35:52 UTC (rev 21315)
@@ -756,8 +756,6 @@
 			case OSystem::EVENT_MOUSEMOVE:
 				_mouseX = event.mouse.x;
 				_mouseY = event.mouse.y;
-				// Unnecessary in the SDL backend, but perhaps
-				// needed in others.
 				_system->updateScreen();
 				break;
 			case OSystem::EVENT_QUIT:


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