diff options
-rw-r--r-- | scumm/script_v90he.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 70ed4f4113..342937c333 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -487,6 +487,10 @@ void ScummEngine_v90he::o90_unknown1C() { _wizY1 = pop(); _wizX1 = pop(); break; + case 20: + pop(); + pop(); + break; case 21: pop(); pop(); @@ -509,6 +513,10 @@ void ScummEngine_v90he::o90_unknown1C() { _wizFlag |= 64; _wizY1 = _wizX1 = pop(); break; + case 203: // HE98+ + pop(); + pop(); + break; case 209: if (_fullRedraw) { assert(_wizImagesNum < ARRAYSIZE(_wizImages)); |