[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.79,1.80

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Mar 9 07:36:05 CET 2003


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

Modified Files:
	script_v6.cpp 
Log Message:
added opcode 17 to 16 in o6_kernelSetFunctions

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- script_v6.cpp	9 Mar 2003 08:30:53 -0000	1.79
+++ script_v6.cpp	9 Mar 2003 15:35:19 -0000	1.80
@@ -2428,6 +2428,7 @@
 			_smushFrameRate = args[1];
 			break;
 		case 16:
+		case 17:
 			if (_gameId == GID_DIG) {
 				byte buf_input[300], buf_output[300], buf_trans[300], *ptr = buf_input;
 				char *t_ptr = (char *)ptr;
@@ -2471,9 +2472,6 @@
 				_string[0].ypos = args[4];
 				drawDescString(getStringAddressVar(VAR_STRING2DRAW));
 			}
-			break;
-		case 17:
-			warning("o6_kernelSetFunctions: stub17(%d,%d,%d,%d)", args[1], args[2], args[3], args[4]);
 			break;
 		case 18:
 			warning("o6_kernelSetFunctions: stub18(%d,%d)", args[1], args[2]);





More information about the Scummvm-git-logs mailing list