aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 8b7897f060..94e267f211 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -369,12 +369,12 @@ void Scumm::initBGBuffers(int height)
// 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