[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.128,1.129

Travis Howell kirben at users.sourceforge.net
Wed Feb 18 21:02:01 CET 2004


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

Modified Files:
	descumm6.cpp 
Log Message:

Rename HE opcode


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- descumm6.cpp	19 Feb 2004 04:29:26 -0000	1.128
+++ descumm6.cpp	19 Feb 2004 04:50:59 -0000	1.129
@@ -2544,9 +2544,12 @@
 			invalidop(NULL, code);
 		break;
 	case 0xE0:
-		ext(output, "x" "p|unknownEO\0" 
-			"\xDEp|unknownE0-DE,"
-			"\xDC|unknownE0-DC");
+		if (HumongousFlag)
+			ext(output, "x" "p|setVolume\0" 
+				"\xDEp|musicVolume"
+				"\xDCp|sfxVolume");
+		else
+			invalidop(NULL, code);
 		break;
 	case 0xE1:
 		ext(output, "rp|unknownE1");





More information about the Scummvm-git-logs mailing list