aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index 84e0f1f3fd..924c2bd6e1 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -234,7 +234,7 @@ void Scumm::drawVerbBitmap(int verb, int x, int y)
for (i = 0; i < imgw; i++) {
tmp = xstrip + i;
if (tmp < gdi._numStrips)
- gdi.drawBitmap(imptr, vs, tmp, ydiff, imgh << 3, i, 1, true);
+ gdi.drawBitmap(imptr, vs, tmp, ydiff, imgh << 3, i, 1, Gdi::dbAllowMaskOr);
}
vst = &_verbs[verb];