aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-08-18 20:32:51 +0000
committerPaweł Kołodziejski2003-08-18 20:32:51 +0000
commit91ab462ce5630f229b8501346e60a1a8a03d079f (patch)
treedc0904e5eb5bc5a8216711fe47c5ab05d2ccc5b8
parentfe94648dd652a8c7f40d1653e0753e9da04005dd (diff)
downloadscummvm-rg350-91ab462ce5630f229b8501346e60a1a8a03d079f.tar.gz
scummvm-rg350-91ab462ce5630f229b8501346e60a1a8a03d079f.tar.bz2
scummvm-rg350-91ab462ce5630f229b8501346e60a1a8a03d079f.zip
ops
svn-id: r9769
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 91102ce7ff..7f2f1fc3a1 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1232,7 +1232,7 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi
}
}
-#if 1
+#if 0
// HACK: blit mask(s) onto normal screen. Useful to debug masking
for (i = 0; i < numzbuf; i++) {
mask_ptr = _vm->getResourceAddress(rtBuffer, 9) + stripnr + _imgBufOffs[i] + (y * _numStrips);