aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v90he.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 1e74c74c1f..0e1d30a431 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -457,7 +457,7 @@ void ScummEngine_v90he::o90_unknown1C() {
pop();
break;
case 8:
- _wizFlag = pop();
+ _wizFlag |= pop();
break;
case 10:
{
@@ -499,6 +499,10 @@ void ScummEngine_v90he::o90_unknown1C() {
break;
case 171: // HE99+
break;
+ case 200:
+ _wizFlag |= 64;
+ _wizY1 = _wizX1 = pop();
+ break;
case 209:
if (_fullRedraw) {
assert(_wizImagesNum < ARRAYSIZE(_wizImages));