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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Oct 26 22:56:55 CEST 2010


Revision: 53857
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53857&view=rev
Author:   m_kiewitz
Date:     2010-10-26 20:56:55 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
SCI: removing unneeded call

was a left-over from debugging

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-26 20:37:54 UTC (rev 53856)
+++ scummvm/trunk/engines/sci/graphics/animate.cpp	2010-10-26 20:56:55 UTC (rev 53857)
@@ -286,7 +286,6 @@
 			//  This special handling is not included in the other SCI1.1 interpreters and MUST NOT be
 			//  checked in those cases, otherwise we will break games (e.g. EcoQuest 2, room 200)
 			if ((g_sci->getGameId() == GID_HOYLE4) && (it->scaleSignal & kScaleSignalHoyle4SpecialHandling)) {
-				view->getCelRect(it->loopNo, it->celNo, it->x, it->y, it->z, it->celRect);
 				it->celRect.left = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsLeft));
 				it->celRect.top = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsTop));
 				it->celRect.right = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsRight));


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