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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Jul 24 21:19:10 CEST 2010


Revision: 51254
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51254&view=rev
Author:   m_kiewitz
Date:     2010-07-24 19:19:09 +0000 (Sat, 24 Jul 2010)

Log Message:
-----------
SCI: removing sci32 gfx debug messages

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-24 18:35:39 UTC (rev 51253)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-07-24 19:19:09 UTC (rev 51254)
@@ -1151,8 +1151,6 @@
 reg_t kAddPlane(EngineState *s, int argc, reg_t *argv) {
 	reg_t planeObj = argv[0];
 
-	warning("AddPlane %s", s->_segMan->getObjectName(argv[0]));
-
 	g_sci->_gfxFrameout->kernelAddPlane(planeObj);
 	return NULL_REG;
 }
@@ -1293,6 +1291,7 @@
 		}
 		reg_t object = argv[3];
 		Common::String text = s->_segMan->getString(readSelector(s->_segMan, object, SELECTOR(text)));
+		break;
 	}
 	default:
 		warning("CreateTextBitmap(%d)", argv[0].toUint16());


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