[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.45,2.46

Travis Howell kirben at users.sourceforge.net
Wed Aug 25 04:19:05 CEST 2004


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

Modified Files:
	script_v7he.cpp 
Log Message:

Add a few cases for later games.


Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.45
retrieving revision 2.46
diff -u -d -r2.45 -r2.46
--- script_v7he.cpp	24 Aug 2004 11:17:28 -0000	2.45
+++ script_v7he.cpp	25 Aug 2004 11:17:16 -0000	2.46
@@ -419,6 +419,12 @@
 	int subOp = fetchScriptByte();
 
 	switch (subOp) {
+	case 0x13:		// HE 7.2 (Not all games)
+	case 0x14:
+		// Maybe load cursor image
+		a = pop();
+		warning("o7_cursorCommand: case %d (%d)", subOp, a);
+		break;
 	case 0x90:		// SO_CURSOR_ON Turn cursor on
 		_cursor.state = 1;
 		verbMouseOver(0);





More information about the Scummvm-git-logs mailing list