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

Jonathan Gray khalek at users.sourceforge.net
Sat Feb 15 16:18:04 CET 2003


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

Modified Files:
	descumm6.cpp 
Log Message:
getDateTime also exists in v6, with a different opcode number

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- descumm6.cpp	15 Feb 2003 08:48:08 -0000	1.81
+++ descumm6.cpp	16 Feb 2003 00:17:48 -0000	1.82
@@ -2630,6 +2630,9 @@
 	case 0xCD:
 		ext("pppp|o6_unknownCD");
 		break;
+	case 0xD0:
+		ext("|getDateTime");
+		break;
 	case 0xD1:
 		ext("|stopTalking");
 		break;





More information about the Scummvm-git-logs mailing list