[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky grid.h,NONE,1.1 grid.cpp,1.1,1.2 screen.cpp,1.7,1.8 sky.cpp,1.18,1.19 sky.h,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.cpp,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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));
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky grid.h,NONE,1.1 grid.cpp,1.1,1.2 screen.cpp,1.7,1.8 sky.cpp,1.18,1.19 sky.h,1.14,1.15
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.cpp,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list