aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-06-05 18:37:11 +0000
committerPaweł Kołodziejski2003-06-05 18:37:11 +0000
commitda6ac080af95ed7a0a2e3a5d691ef6af0b6732f3 (patch)
treedfbe58d2e37abf447317999c7ea618d4f785673d /scumm
parent44e76b4da66b5805e12312f8061a97a33a0ee0b5 (diff)
downloadscummvm-rg350-da6ac080af95ed7a0a2e3a5d691ef6af0b6732f3.tar.gz
scummvm-rg350-da6ac080af95ed7a0a2e3a5d691ef6af0b6732f3.tar.bz2
scummvm-rg350-da6ac080af95ed7a0a2e3a5d691ef6af0b6732f3.zip
disabled mask for now
svn-id: r8331
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp2
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) {