aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index c0939cc947..f54420dd13 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1147,8 +1147,8 @@ void ScummEngine_v100he::o100_wizImageOps() {
_wizParams.img.x1 = pop();
break;
case 7:
- _wizParams.processFlags |= 0x80000;
- _wizParams.unk_178 = pop();
+ _wizParams.processFlags |= kWPFMaskImg;
+ _wizParams.maskImgResNum = pop();
break;
case 11:
_wizParams.processFlags |= kWPFClipBox | 0x100;