[Scummvm-cvs-logs] CVS: scummvm/scumm script_v80he.cpp,2.51,2.52 script_v90he.cpp,2.85,2.86

Travis Howell kirben at users.sourceforge.net
Fri Oct 8 22:19:10 CEST 2004


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

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

No longer startMusic


Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.51
retrieving revision 2.52
diff -u -d -r2.51 -r2.52
--- script_v80he.cpp	8 Oct 2004 22:58:49 -0000	2.51
+++ script_v80he.cpp	9 Oct 2004 05:15:12 -0000	2.52
@@ -191,7 +191,7 @@
 		/* 74 */
 		OPCODE(o70_startSound),
 		OPCODE(o6_stopSound),
-		OPCODE(o6_startMusic),
+		OPCODE(o6_invalid),
 		OPCODE(o6_stopObjectScript),
 		/* 78 */
 		OPCODE(o6_panCameraTo),

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.85
retrieving revision 2.86
diff -u -d -r2.85 -r2.86
--- script_v90he.cpp	8 Oct 2004 22:58:49 -0000	2.85
+++ script_v90he.cpp	9 Oct 2004 05:15:12 -0000	2.86
@@ -191,7 +191,7 @@
 		/* 74 */
 		OPCODE(o70_startSound),
 		OPCODE(o6_stopSound),
-		OPCODE(o6_startMusic),
+		OPCODE(o6_invalid),
 		OPCODE(o6_stopObjectScript),
 		/* 78 */
 		OPCODE(o6_panCameraTo),





More information about the Scummvm-git-logs mailing list