diff options
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 7322099552..b158d7ee9f 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1169,7 +1169,7 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi if (_vm->_features & GF_AFTER_V1) { mask_ptr = _vm->getResourceAddress(rtBuffer, 9) + y * _numStrips + x + _imgBufOffs[1]; - drawStripC64Mask(mask_ptr, stripnr, height); +// drawStripC64Mask(mask_ptr, stripnr, height); } else if (_vm->_features & GF_AFTER_V2) { // Do nothing here for V2 games - zplane was handled already. } else if (flag & dbDrawMaskOnAll) { |