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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Feb 6 00:14:46 CET 2010


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

Log Message:
-----------
SCI: removing int8 inside 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 22:56:27 UTC (rev 47921)
+++ scummvm/trunk/engines/sci/graphics/compare.cpp	2010-02-05 23:14:46 UTC (rev 47922)
@@ -116,8 +116,8 @@
 	GfxView *view = NULL;
 	Common::Rect celRect(0, 0);
 	GuiResourceId viewId = (GuiResourceId)GET_SEL32V(_segMan, objectReference, SELECTOR(view));
-	int8 loopNo = (int8)GET_SEL32V(_segMan, objectReference, SELECTOR(loop));
-	int8 celNo = (int8)GET_SEL32V(_segMan, objectReference, SELECTOR(cel));
+	int16 loopNo = GET_SEL32V(_segMan, objectReference, SELECTOR(loop));
+	int16 celNo = GET_SEL32V(_segMan, objectReference, SELECTOR(cel));
 	int16 x = (int16)GET_SEL32V(_segMan, objectReference, SELECTOR(x));
 	int16 y = (int16)GET_SEL32V(_segMan, objectReference, SELECTOR(y));
 	int16 z = 0;


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