[Scummvm-cvs-logs] SF.net SVN: scummvm:[46998] scummvm/trunk/engines/sci/gui/gui.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jan 5 00:31:51 CET 2010


Revision: 46998
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46998&view=rev
Author:   m_kiewitz
Date:     2010-01-04 23:31:50 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
SCI: removing warning() from kFrameOut

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2010-01-04 23:17:51 UTC (rev 46997)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2010-01-04 23:31:50 UTC (rev 46998)
@@ -900,11 +900,7 @@
 				uint16 topPos = GET_SEL32V(_s->_segMan, viewObj, y);
 				int16 priority = GET_SEL32V(_s->_segMan, viewObj, priority);
 				int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
-				int16 plane = GET_SEL32V(_s->_segMan, viewObj, plane);
 
-				warning("viewId %d plane %X", viewId, plane);
-				//int16 control = 0;
-
 				// Theoretically, leftPos and topPos should be sane
 				// Apparently, sometimes they're not, therefore I'm adding some sanity checks here so that 
 				// the hack underneath does not try and draw cels outside the screen coordinates


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