[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.83,2.84

Max Horn fingolfin at users.sourceforge.net
Sat May 10 11:32:01 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
oops

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.83
retrieving revision 2.84
diff -u -d -r2.83 -r2.84
--- gfx.cpp	10 May 2003 17:09:20 -0000	2.83
+++ gfx.cpp	10 May 2003 18:31:00 -0000	2.84
@@ -1100,7 +1100,7 @@
 		}
 		CHECK_HEAP;
 
-		if (!(_vm->_features & GF_AFTER_V2)) {
+		if (_vm->_features & GF_AFTER_V2) {
 			// Do nothing here for V2 games - zplane was handled already.
 		} else if (flag & dbDrawMaskOnAll) {
 			// Sam & Max uses dbDrawMaskOnAll for things like the inventory





More information about the Scummvm-git-logs mailing list