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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Thu Jul 15 21:39:44 CEST 2010


Revision: 50920
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50920&view=rev
Author:   m_kiewitz
Date:     2010-07-15 19:39:43 +0000 (Thu, 15 Jul 2010)

Log Message:
-----------
SCI: r50919 had some temporary test code in it, removing that so it really returns the actual "problem"

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-07-15 19:23:18 UTC (rev 50919)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-07-15 19:39:43 UTC (rev 50920)
@@ -391,7 +391,7 @@
 	reg_t listReference = (argc > 1) ? argv[1] : NULL_REG;
 	
 	reg_t canBeHere = g_sci->_gfxCompare->kernelCanBeHere(curObject, listReference);
-	return make_reg(0, canBeHere.isNull() ? 0 : 1);
+	return canBeHere;
 }
 
 reg_t kIsItSkip(EngineState *s, int argc, reg_t *argv) {


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