aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 70a557f1c0..b298797be4 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1168,7 +1168,7 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi
if (_C64ObjectMode) {
// FIXME/TODO: V1 object masks are stored separately
} else {
- drawStripC64Mask(mask_ptr, stripnr, height);
+ //drawStripC64Mask(mask_ptr, stripnr, height);
}
} else if (_vm->_version == 2) {
// Do nothing here for V2 games - zplane was handled already.