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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Apr 18 23:23:45 CEST 2009


Revision: 40000
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40000&view=rev
Author:   lordhoto
Date:     2009-04-18 21:23:45 +0000 (Sat, 18 Apr 2009)

Log Message:
-----------
Add TODO.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-04-18 21:23:23 UTC (rev 39999)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-04-18 21:23:45 UTC (rev 40000)
@@ -413,6 +413,9 @@
 		}
 	}
 
+	// TODO: Check whether we should really call Screen::updateScreen here.
+	// We might simply want to call OSystem::updateScreen instead, since Screen::updateScreen
+	// copies changed screen parts to the screen buffer, which might not be desired.
 	if (updateScreen)
 		screen()->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