[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.102,1.103
kirben
kirben at users.sourceforge.net
Fri Sep 23 22:25:28 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/tools scumm-md5.txt,1.62,1.63
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm input.cpp,2.36,2.37 intern.h,2.525,2.526 script_c64.cpp,2.22,2.23 script_v5.cpp,1.293,1.294 scumm.cpp,1.586,1.587 sound.cpp,1.478,1.479 vars.cpp,1.144,1.145
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25199
Modified Files:
descumm.cpp
Log Message:
Rename & update opcode in C64 maniac.
Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- descumm.cpp 24 Sep 2005 00:34:09 -0000 1.102
+++ descumm.cpp 24 Sep 2005 05:23:45 -0000 1.103
@@ -2859,11 +2859,11 @@
break;
case 0x53:
- do_tok(buf, "startSound", ((opcode & 0x80) ? A1V : A1B));
+ do_tok(buf, "lockSound", A1B);
break;
case 0xD3:
- do_tok(buf, "stopSound", ((opcode & 0x80) ? A1V : A1B));
+ do_tok(buf, "unlockSound", A1B);
break;
case 0x18:
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/tools scumm-md5.txt,1.62,1.63
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm input.cpp,2.36,2.37 intern.h,2.525,2.526 script_c64.cpp,2.22,2.23 script_v5.cpp,1.293,1.294 scumm.cpp,1.586,1.587 sound.cpp,1.478,1.479 vars.cpp,1.144,1.145
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list