[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.179,1.180

Travis Howell kirben at users.sourceforge.net
Thu Sep 2 04:36:21 CEST 2004


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

Modified Files:
	object.cpp 
Log Message:

HE games don't mask.


Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- object.cpp	27 Aug 2004 23:50:45 -0000	1.179
+++ object.cpp	2 Sep 2004 11:35:42 -0000	1.180
@@ -475,7 +475,7 @@
 	}
 
 	if (numstrip != 0) {
-		byte flags = Gdi::dbAllowMaskOr;
+		byte flags = (_features & GF_HUMONGOUS) ? 0 : Gdi::dbAllowMaskOr;
 		if (_version == 1) {
 			gdi._C64ObjectMode = true;
 			gdi.decodeC64Gfx(ptr, gdi._C64ObjectMap, width * (height / 8) * 3);





More information about the Scummvm-git-logs mailing list