[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.83,1.84

Jonathan Gray khalek at users.sourceforge.net
Sun Feb 16 20:49:05 CET 2003


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

Modified Files:
	descumm6.cpp 
Log Message:
add findAllObjects

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- descumm6.cpp	16 Feb 2003 14:10:13 -0000	1.83
+++ descumm6.cpp	17 Feb 2003 04:48:39 -0000	1.84
@@ -2661,6 +2661,9 @@
 	case 0xDA:
 		ext("rsp|openFile");
 		break;
+	case 0xDD:
+		ext("rp|findAllObjects");
+		break;
 	case 0xDE:
 		ext("s|deleteFile");
 		break;





More information about the Scummvm-git-logs mailing list