[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Fri Dec 20 16:06:02 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv30588

Modified Files:
	verbs.cpp 
Log Message:
use dbAllowMaskOr instead of 'true' (which was confusing)

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- verbs.cpp	13 Dec 2002 00:55:42 -0000	1.11
+++ verbs.cpp	21 Dec 2002 00:05:20 -0000	1.12
@@ -234,7 +234,7 @@
 	for (i = 0; i < imgw; i++) {
 		tmp = xstrip + i;
 		if (tmp < gdi._numStrips)
-			gdi.drawBitmap(imptr, vs, tmp, ydiff, imgh << 3, i, 1, true);
+			gdi.drawBitmap(imptr, vs, tmp, ydiff, imgh << 3, i, 1, Gdi::dbAllowMaskOr);
 	}
 
 	vst = &_verbs[verb];





More information about the Scummvm-git-logs mailing list