[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.132,1.133

Max Horn fingolfin at users.sourceforge.net
Sun May 25 04:53:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14837

Modified Files:
	script_v6.cpp 
Log Message:
brutally remove all o6_kernelSetFunctions subop stubs - we need to find out the places where they are actually called, and with how many params, if we ever want to implement them

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- script_v6.cpp	25 May 2003 11:18:57 -0000	1.132
+++ script_v6.cpp	25 May 2003 11:52:30 -0000	1.133
@@ -2443,15 +2443,6 @@
 				delete sp;
 			}
 			break;
-		case 7:
-			warning("o6_kernelSetFunctions: stub7()");
-			break;
-		case 10:
-			warning("o6_kernelSetFunctions: stub10(%d,%d,%d,%d)", args[1], args[2], args[3], args[4]);
-			break;
-		case 11:
-			warning("o6_kernelSetFunctions: stub11(%d)", args[1]);
-			break;
 		case 12:
 			setCursorImg(args[1], (uint) - 1, args[2]);
 			break;
@@ -2505,11 +2496,9 @@
 				drawDescString(getStringAddressVar(VAR_STRING2DRAW));
 			}
 			break;
-		case 18:
-			warning("o6_kernelSetFunctions: stub18(%d,%d)", args[1], args[2]);
-			break;
 		case 20:
 			// Occurs in The Dig, at the alien pyramid. See bug #742979.
+			// Also occurs in the first scene of The Dig.
 			warning("o6_kernelSetFunctions: stub20(%d, %d)", args[1], args[2]);
 			break;
 		case 107:
@@ -2535,10 +2524,6 @@
 			break;
 		case 119:
 			enqueueObject(args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8], 0);
-			break;
-		case 120:
-			// FIXME: isn't it likely that this does the same as the pre-V7 opcode with the same id, i.e. swapPalColors?
-			warning("o6_kernelSetFunctions: stub120(%d,%d)", args[1], args[2]);
 			break;
 		case 124:
 			_saveSound = args[1];





More information about the Scummvm-git-logs mailing list