[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.107,1.108
Max Horn
fingolfin at users.sourceforge.net
Tue Aug 13 16:49:02 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv2025
Modified Files:
gfx.cpp
Log Message:
disable ZPLANE debug code
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- gfx.cpp 28 Jul 2002 15:39:44 -0000 1.107
+++ gfx.cpp 13 Aug 2002 23:48:01 -0000 1.108
@@ -369,12 +369,12 @@
// for GF_SMALL_HEADER already.
gdi._numZBuffer = 2;
} else if (_features & GF_SMALL_HEADER) {
- // FIXME
- #define DEBUG_ZPLANE_CODE
+
+//#define DEBUG_ZPLANE_CODE
ptr = findResourceData(MKID('SMAP'), room);
#ifdef DEBUG_ZPLANE_CODE
- printf("Trying to determine room zplanes':\n");
+ printf("Trying to determine room zplanes:\n");
hexdump(ptr-6, 0x20);
#endif
More information about the Scummvm-git-logs
mailing list