[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.91,2.92

Travis Howell kirben at users.sourceforge.net
Wed Aug 25 04:21:28 CEST 2004


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

Modified Files:
	script_v6he.cpp 
Log Message:

Add case for HE 7.2 games


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.91
retrieving revision 2.92
diff -u -d -r2.91 -r2.92
--- script_v6he.cpp	24 Aug 2004 11:17:28 -0000	2.91
+++ script_v6he.cpp	25 Aug 2004 11:20:33 -0000	2.92
@@ -660,6 +660,9 @@
 		a->talkPosY = pop();
 		a->talkPosX = pop();
 		break;
+	case 156:		// HE 7.2
+		a->charset = pop();
+		break;
 	case 198:		// SO_ACTOR_VARIABLE
 		i = pop();
 		a->setAnimVar(pop(), i);





More information about the Scummvm-git-logs mailing list