[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.13,1.14
James Brown
ender at users.sourceforge.net
Mon Oct 28 00:04:03 CET 2002
Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv5485
Modified Files:
descumm6.cpp
Log Message:
Patch 629694 - DeScumm nukeArray fix
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- descumm6.cpp 18 Oct 2002 09:37:05 -0000 1.13
+++ descumm6.cpp 28 Oct 2002 08:03:29 -0000 1.14
@@ -1350,7 +1350,10 @@
ext("x" "dim\0"
"\xC7pw|dimType5,"
"\xC8pw|dimType1,"
- "\xC9pw|dimType2," "\xCApw|dimType3," "\xCBpw|dimType4," "\xCCpw|nukeArray");
+ "\xC9pw|dimType2,"
+ "\xCApw|dimType3,"
+ "\xCBpw|dimType4,"
+ "\xCCw|nukeArray");
break;
case 0xBE:
ext("lpp|startObjectQuick");
More information about the Scummvm-git-logs
mailing list