[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.79,1.80

Jonathan Gray khalek at users.sourceforge.net
Fri Feb 14 00:03:02 CET 2003


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

Modified Files:
	descumm6.cpp 
Log Message:
add stopTalking which is found in some humongous games

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- descumm6.cpp	14 Jan 2003 13:26:36 -0000	1.79
+++ descumm6.cpp	14 Feb 2003 08:02:01 -0000	1.80
@@ -2630,6 +2630,9 @@
 	case 0xCD:
 		ext("pppp|o6_unknownCD");
 		break;
+	case 0xD1:
+		ext("|stopTalking");
+		break;
 	case 0xD2:
 		ext("rpp|getAnimateVariable");
 		break;





More information about the Scummvm-git-logs mailing list