[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.76,1.77

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Mar 8 06:44:02 CET 2003


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

Modified Files:
	script_v6.cpp 
Log Message:
added opcode 124 in kernelSetFunctions

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- script_v6.cpp	8 Mar 2003 02:06:56 -0000	1.76
+++ script_v6.cpp	8 Mar 2003 14:42:59 -0000	1.77
@@ -2485,8 +2485,7 @@
 			warning("o6_kernelSetFunctions: stub120(%d,%d)", args[1], args[2]);
 			break;
 		case 124:
-			// FIXME: isn't it likely that this does the same as the pre-V7 opcode with the same id?
-			warning("o6_kernelSetFunctions: stub124(%d)", args[1]);
+			_saveSound = args[1];
 			break;
 		}
 	} else {





More information about the Scummvm-git-logs mailing list