[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Wed May 7 16:24:09 CEST 2003


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

Modified Files:
	descumm.cpp 
Log Message:
oops, fixed do_if_state_code for V3-V5 games

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- descumm.cpp	5 May 2003 01:39:17 -0000	1.17
+++ descumm.cpp	7 May 2003 23:23:47 -0000	1.18
@@ -1658,7 +1658,7 @@
 			exit(1);
 		}
 
-		get_var_or_word(tmp2, opcode & 0x40);
+		get_var_or_byte(tmp2, opcode & 0x40);
 	} else {
 		switch (opcode) {
 		case 0x3f:





More information about the Scummvm-git-logs mailing list