From 91ab462ce5630f229b8501346e60a1a8a03d079f Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 18 Aug 2003 20:32:51 +0000 Subject: ops svn-id: r9769 --- scumm/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3