[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.118,2.119
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga isomap.cpp,1.13,1.14 render.cpp,1.35,1.36 scene.cpp,1.42,1.43 script.cpp,1.23,1.24 script.h,1.18,1.19 sdata.cpp,1.14,1.15 sthread.cpp,1.28,1.29 xref.txt,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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),
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.118,2.119
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga isomap.cpp,1.13,1.14 render.cpp,1.35,1.36 scene.cpp,1.42,1.43 script.cpp,1.23,1.24 script.h,1.18,1.19 sdata.cpp,1.14,1.15 sthread.cpp,1.28,1.29 xref.txt,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list