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

Travis Howell kirben at users.sourceforge.net
Mon Sep 20 02:17:06 CEST 2004


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

Modified Files:
	script_v90he.cpp 
Log Message:

Add case for kindddemo.


Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.45
retrieving revision 2.46
diff -u -d -r2.45 -r2.46
--- script_v90he.cpp	20 Sep 2004 05:30:25 -0000	2.45
+++ script_v90he.cpp	20 Sep 2004 09:16:49 -0000	2.46
@@ -457,7 +457,7 @@
 		pop();
 		break;
 	case 8:
-		_wizFlag = pop();
+		_wizFlag |= pop();
 		break;
 	case 10:
 	{
@@ -499,6 +499,10 @@
 		break;
 	case 171: // HE99+
 		break;
+	case 200:
+		_wizFlag |= 64;
+		_wizY1 = _wizX1 = pop();
+		break;
 	case 209:
 		if (_fullRedraw) {
 			assert(_wizImagesNum < ARRAYSIZE(_wizImages));





More information about the Scummvm-git-logs mailing list