svn-id: r9769
This commit is contained in:
Paweł Kołodziejski 2003-08-18 20:32:51 +00:00
parent fe94648dd6
commit 91ab462ce5

View File

@ -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);