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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Oct 31 19:36:13 CET 2009


Revision: 45574
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45574&view=rev
Author:   lordhoto
Date:     2009-10-31 18:36:13 +0000 (Sat, 31 Oct 2009)

Log Message:
-----------
Comment out unused variables.

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-31 18:34:24 UTC (rev 45573)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-31 18:36:13 UTC (rev 45574)
@@ -655,11 +655,11 @@
 		if (argc == 10) {
 			Common::String resourceName = s->_segMan->getString(argv[1]);
 			Common::Point portraitPos = Common::Point(argv[2].toUint16(), argv[3].toUint16());
-			uint resourceNum = argv[4].toUint16() & 0xff;
+			/*uint resourceNum = argv[4].toUint16() & 0xff;
 			uint noun = argv[5].toUint16() & 0xff;
 			uint verb = argv[6].toUint16() & 0xff;
 			uint cond = argv[7].toUint16() & 0xff;
-			uint seq = argv[8].toUint16() & 0xff;
+			uint seq = argv[8].toUint16() & 0xff;*/
 			// argv[9] is usually 0??!!
 
 			// TODO: implement this. Looks to be a modified version of kDoSync
@@ -672,7 +672,7 @@
 	}
 	case 2: { // unload resource
 		if (argc == 2) {
-			uint16 portraitId = argv[1].toUint16();
+			//uint16 portraitId = argv[1].toUint16();
 
 			// TODO: implement this
 


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