[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.56,2.57

Jonathan Gray khalek at users.sourceforge.net
Fri Apr 25 18:39:06 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
make comi work again, can we branch for 0.4.0 already so all the testing actually means something?

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.56
retrieving revision 2.57
diff -u -d -r2.56 -r2.57
--- gfx.cpp	25 Apr 2003 10:57:12 -0000	2.56
+++ gfx.cpp	26 Apr 2003 01:38:38 -0000	2.57
@@ -852,8 +852,9 @@
 
 	if (_disable_zbuffer)
 		numzbuf = 0;
-	else if (_numZBuffer <= 1)
-		numzbuf = _numZBuffer;
+// 	FIXME what is this supposed to do? breaks comi
+//	else if (_numZBuffer <= 1)
+//		numzbuf = _numZBuffer;
 	else {
 		numzbuf = _numZBuffer;
 		assert(numzbuf <= (int)ARRAYSIZE(zplane_list));





More information about the Scummvm-git-logs mailing list