[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.26,1.27

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Sun Sep 29 23:23:02 CEST 2002


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

Modified Files:
	gfx.cpp 
Log Message:
fixed compilation

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- gfx.cpp	29 Sep 2002 15:20:01 -0000	1.26
+++ gfx.cpp	30 Sep 2002 06:22:11 -0000	1.27
@@ -975,7 +975,7 @@
 					else
 						decompressMaskImg();
 				} else {
-					if (!(_useOrDecompress && flag & dbAllowMaskOr));
+					if (!(_useOrDecompress && flag & dbAllowMaskOr))
 						for (int h = 0; h < _numLinesToProcess; h++)
 							_mask_ptr_dest[h * NUM_STRIPS] = 0;
 					/* needs better abstraction, FIXME */





More information about the Scummvm-git-logs mailing list