aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 33579ccfbe..72d5cf3c63 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -586,8 +586,8 @@ void ScummEngine_v90he::o90_wizImageOps() {
_wizParams.img.flags = 0;
break;
case 16: // HE99+
- _wizParams.processFlags |= 0x80000;
- _wizParams.unk_178 = pop();
+ _wizParams.processFlags |= kWPFMaskImg;
+ _wizParams.maskImgResNum = pop();
break;
case 19:
_wizParams.processFlags |= kWPFSetPos;