[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.65,1.66

Max Horn fingolfin at users.sourceforge.net
Tue Jun 24 10:29:06 CEST 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv6417

Modified Files:
	descumm.cpp 
Log Message:
fixed 'startMusic' (or whatever it is) in Zak256

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- descumm.cpp	14 Jun 2003 11:53:06 -0000	1.65
+++ descumm.cpp	24 Jun 2003 17:28:36 -0000	1.66
@@ -2624,7 +2624,7 @@
 	case 0x02:
 	case 0x82:
 		if (ZakFlag)
-			do_tok(buf, "startMusic", ((opcode & 0x80) ? A1V : A1B) | A2B | A3B);
+			do_tok(buf, "startMusic", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
 		else
 			do_tok(buf, "startMusic", ((opcode & 0x80) ? A1V : A1B));
 		break;





More information about the Scummvm-git-logs mailing list