From 1d1442553b9edc13eb5d2ea1f5726ae3dd520ffd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 20 Sep 2004 09:16:49 +0000 Subject: Add case for kindddemo. svn-id: r15199 --- scumm/script_v90he.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)); -- cgit v1.2.3