[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.74,2.75

Travis Howell kirben at users.sourceforge.net
Sat Sep 11 07:15:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16783/scumm

Modified Files:
	script_v72he.cpp 
Log Message:

Add stub case for now.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -d -r2.74 -r2.75
--- script_v72he.cpp	11 Sep 2004 13:47:18 -0000	2.74
+++ script_v72he.cpp	11 Sep 2004 14:14:07 -0000	2.75
@@ -1930,7 +1930,7 @@
 
 void ScummEngine_v72he::decodeParseString(int m, int n) {
 	byte b;
-	int i, color;
+	int i, id, color;
 	int args[31];
 	byte name[1024];
 
@@ -2001,6 +2001,10 @@
 			break;
 		}
 		break;
+	case 0xE1:
+		id = pop();
+		// Load and display talkie resource.
+		break;
 	case 0xF9:
 		color = pop();
 		if (color == 1) {





More information about the Scummvm-git-logs mailing list