[Scummvm-cvs-logs] SF.net SVN: scummvm:[45464] scummvm/trunk/engines/sci/engine/kgraphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Oct 28 15:25:39 CET 2009


Revision: 45464
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45464&view=rev
Author:   thebluegr
Date:     2009-10-28 14:25:39 +0000 (Wed, 28 Oct 2009)

Log Message:
-----------
Oops, removed leftover code (z was taken into account after all, but in a different place...)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-28 14:23:23 UTC (rev 45463)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-28 14:25:39 UTC (rev 45464)
@@ -497,8 +497,6 @@
 		int y = (int16)GET_SEL32V(segMan, object, y);
 		int z = (s->_kernel->_selectorCache.z > -1) ? (int16)GET_SEL32V(segMan, object, z) : 0;
 
-		y -= z; // Subtract z offset
-
 		int ystep = (int16)GET_SEL32V(segMan, object, yStep);
 
 		int view = (int16)GET_SEL32V(segMan, object, view);


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