[Scummvm-cvs-logs] SF.net SVN: scummvm:[53828] scummvm/trunk/engines/sci/graphics/animate.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Oct 25 18:33:04 CEST 2010


Revision: 53828
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53828&view=rev
Author:   m_kiewitz
Date:     2010-10-25 16:33:04 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
SCI: fix comment in kAddToPic

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/animate.cpp

Modified: scummvm/trunk/engines/sci/graphics/animate.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/animate.cpp	2010-10-25 14:31:06 UTC (rev 53827)
+++ scummvm/trunk/engines/sci/graphics/animate.cpp	2010-10-25 16:33:04 UTC (rev 53828)
@@ -562,7 +562,7 @@
 		// Get the corresponding view
 		view = _cache->getView(it->viewId);
 
-		// kAddToPic does not do loop/cel-number fixups, it also doesn't support global scaling
+		// kAddToPic does not do loop/cel-number fixups
 
 		if (it->priority == -1)
 			it->priority = _ports->kernelCoordinateToPriority(it->y);


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