[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.221,1.222

Pawel Kolodziejski aquadran at users.sourceforge.net
Thu Dec 25 10:00:00 CET 2003


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

Modified Files:
	script_v6.cpp 
Log Message:
updated kernelSetFunctions opcode 20

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- script_v6.cpp	25 Dec 2003 13:56:22 -0000	1.221
+++ script_v6.cpp	25 Dec 2003 17:59:10 -0000	1.222
@@ -2528,10 +2528,7 @@
 			enqueueText(message, args[3], args[4], args[2], args[1], true);
 			break;}
 		case 20:
-			// Occurs in The Dig, at the alien pyramid. See bug #742979.
-			// Also occurs in the first scene of The Dig.
-			// Maybe this corresponds to setBoxScaleSlot from V8 ?!
-			warning("o6_kernelSetFunctions: stub20(%d, %d)", args[1], args[2]);
+			warning("o6_kernelSetFunctions: turn 'RadioChatter' effect for voice, on/off(%d)", args[1]);
 			break;
 		case 107:
 			a = derefActor(args[1], "o6_kernelSetFunctions: 107");





More information about the Scummvm-git-logs mailing list