aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v90he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 1470f5e09b..ffc3e71807 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -768,6 +768,9 @@ void ScummEngine_v90he::o90_wizImageOps() {
case 85: // HE99+
_wizParams.processFlags |= 0x1102;
_wizParams.processMode = 7;
+ pop();
+ pop();
+ _wizParams.compType = pop();
break;
case 87: // HE99+
_wizParams.processFlags |= 0x60000;