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

Jonathan Gray khalek at users.sourceforge.net
Sun Feb 16 06:11:05 CET 2003


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

Modified Files:
	descumm6.cpp 
Log Message:
change name of opcode CD to stampObject as it should be called

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- descumm6.cpp	16 Feb 2003 00:17:48 -0000	1.82
+++ descumm6.cpp	16 Feb 2003 14:10:13 -0000	1.83
@@ -2628,7 +2628,7 @@
 		ext("plp|pickOneOfDefault");
 		break;
 	case 0xCD:
-		ext("pppp|o6_unknownCD");
+		ext("pppp|stampObject");
 		break;
 	case 0xD0:
 		ext("|getDateTime");





More information about the Scummvm-git-logs mailing list