aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-12-27 02:36:08 +0000
committerTravis Howell2008-12-27 02:36:08 +0000
commit56dbde4d57316a5d6a4685a3a100f1ca64851451 (patch)
tree0379f7f9c661fa9c1165169d9e74a4f896ef016f /engines/scumm/he/script_v90he.cpp
parent7d99fbbdf7e215daef9121e5f438586939178df7 (diff)
downloadscummvm-rg350-56dbde4d57316a5d6a4685a3a100f1ca64851451.tar.gz
scummvm-rg350-56dbde4d57316a5d6a4685a3a100f1ca64851451.tar.bz2
scummvm-rg350-56dbde4d57316a5d6a4685a3a100f1ca64851451.zip
Fix video playback in Blue's Clues games.
svn-id: r35565
Diffstat (limited to 'engines/scumm/he/script_v90he.cpp')
-rw-r--r--engines/scumm/he/script_v90he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 9829d0ecb5..0e60ac9d09 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -1688,7 +1688,10 @@ void ScummEngine_v90he::o90_videoOps() {
break;
case 8:
memset(_videoParams.filename, 0, sizeof(_videoParams.filename));
+ _videoParams.status = 0;
+ _videoParams.flags = 0;
_videoParams.unk2 = pop();
+ _videoParams.wizResNum = 0;
break;
case 14:
_videoParams.wizResNum = pop();