[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.56,1.57
Max Horn
fingolfin at users.sourceforge.net
Thu May 22 16:06:06 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv13374
Modified Files:
descumm.cpp
Log Message:
need to adjust do_if_state_code, too
Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- descumm.cpp 22 May 2003 22:56:06 -0000 1.56
+++ descumm.cpp 22 May 2003 23:05:25 -0000 1.57
@@ -1462,7 +1462,6 @@
} else {
switch (opcode) {
case 0x3f:
- case 0x7f:
case 0xbf:
state = 1;
neg = 1;
@@ -1472,7 +1471,6 @@
state = 2;
neg = 1;
break;
- case 0x27:
case 0x2f:
case 0xaf:
state = 4;
@@ -1483,6 +1481,7 @@
state = 8;
neg = 1;
break;
+ case 0x7f:
case 0xff:
state = 1;
neg = 0;
More information about the Scummvm-git-logs
mailing list