[Scummvm-cvs-logs] CVS: scummvm/scumm script_v80he.cpp,2.30,2.31 script_v90he.cpp,2.38,2.39

Travis Howell kirben at users.sourceforge.net
Fri Sep 17 18:38:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7185/scumm

Modified Files:
	script_v80he.cpp script_v90he.cpp 
Log Message:

Not soundOps in He80+


Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.30
retrieving revision 2.31
diff -u -d -r2.30 -r2.31
--- script_v80he.cpp	18 Sep 2004 01:21:14 -0000	2.30
+++ script_v80he.cpp	18 Sep 2004 01:37:29 -0000	2.31
@@ -325,7 +325,7 @@
 		OPCODE(o72_deleteFile),
 		OPCODE(o6_rename),
 		/* E0 */
-		OPCODE(o6_soundOps),
+		OPCODE(o6_invalid),
 		OPCODE(o72_getPixel),
 		OPCODE(o6_localizeArray),
 		OPCODE(o80_pickVarRandom),

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.38
retrieving revision 2.39
diff -u -d -r2.38 -r2.39
--- script_v90he.cpp	17 Sep 2004 11:20:37 -0000	2.38
+++ script_v90he.cpp	18 Sep 2004 01:37:29 -0000	2.39
@@ -325,7 +325,7 @@
 		OPCODE(o72_deleteFile),
 		OPCODE(o6_rename),
 		/* E0 */
-		OPCODE(o6_soundOps),
+		OPCODE(o6_invalid),
 		OPCODE(o72_getPixel),
 		OPCODE(o6_localizeArray),
 		OPCODE(o80_pickVarRandom),





More information about the Scummvm-git-logs mailing list