[Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.102,1.103

Max Horn fingolfin at users.sourceforge.net
Sun Jul 28 04:16:04 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv29921

Modified Files:
	actor.cpp 
Log Message:
readded the check I removed yesterday, but in a changed form. Indy3 now works correctly again, and MonkeyVGA still is fixed. Somebody care to check loomcd?

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- actor.cpp	27 Jul 2002 20:11:02 -0000	1.102
+++ actor.cpp	28 Jul 2002 11:15:47 -0000	1.103
@@ -590,6 +590,7 @@
 			best = (uint) 0xFFFF;
 			b = 0;
 
+			if (!(_vm->_features & GF_OLD256) || box)
 			for (j = box; j >= firstValidBox; j--) {
 				flags = _vm->getBoxFlags(j);
 				if (flags & 0x80 && (!(flags & 0x20) || isInClass(31)))





More information about the Scummvm-git-logs mailing list