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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Feb 6 00:17:39 CET 2010


Revision: 47923
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47923&view=rev
Author:   m_kiewitz
Date:     2010-02-05 23:17:39 +0000 (Fri, 05 Feb 2010)

Log Message:
-----------
SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P

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

Modified: scummvm/trunk/engines/sci/graphics/compare.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/compare.cpp	2010-02-05 23:14:46 UTC (rev 47922)
+++ scummvm/trunk/engines/sci/graphics/compare.cpp	2010-02-05 23:17:39 UTC (rev 47923)
@@ -128,7 +128,6 @@
 	view = _cache->getView(viewId);
 	view->getCelRect(loopNo, celNo, x, y, z, &celRect);
 
-	// TODO: sometimes loop is negative. Check what it means
 	if (lookup_selector(_segMan, objectReference, _kernel->_selectorCache.nsTop, NULL, NULL) == kSelectorVariable) {
 		PUT_SEL32V(_segMan, objectReference, SELECTOR(nsLeft), celRect.left);
 		PUT_SEL32V(_segMan, objectReference, SELECTOR(nsRight), celRect.right);


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