[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.193,2.194

Travis Howell kirben at users.sourceforge.net
Wed Aug 20 03:40:15 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:

Leave masking disable for now, until it works well.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.193
retrieving revision 2.194
diff -u -d -r2.193 -r2.194
--- gfx.cpp	19 Aug 2003 07:29:15 -0000	2.193
+++ gfx.cpp	20 Aug 2003 08:52:36 -0000	2.194
@@ -1168,7 +1168,7 @@
 			if (_C64ObjectMode) {
 				// FIXME/TODO: V1 object masks are stored separately
 			} else {
-				drawStripC64Mask(mask_ptr, stripnr, height);
+				//drawStripC64Mask(mask_ptr, stripnr, height);
 			}
 		} else if (_vm->_version == 2) {
 			// Do nothing here for V2 games - zplane was handled already.





More information about the Scummvm-git-logs mailing list