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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Oct 25 19:43:23 CET 2009


Revision: 45372
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45372&view=rev
Author:   m_kiewitz
Date:     2009-10-25 18:43:23 +0000 (Sun, 25 Oct 2009)

Log Message:
-----------
SCI: kAddToPic - removing support for argc==0 case, if this really gets used somewhere, we need to set _picNotValid in that case

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-25 17:37:44 UTC (rev 45371)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-25 18:43:23 UTC (rev 45372)
@@ -838,8 +838,9 @@
 	int16 leftPos, topPos, priority, control;
 
 	switch (argc) {
-	case 0:
-		break;
+	// Is this ever really gets called with 0 parameters, we need to set _picNotValid!!
+	//case 0:
+	//	break;
 	case 1:
 		if (argv[0].isNull())
 			return s->r_acc;


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