aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2013-04-29 15:32:41 -0400
committerMatthew Hoops2013-04-29 15:35:14 -0400
commitc7aceeb08e14ffa8d07c1cdf202172fe86079e5f (patch)
tree3649a68caa54fef4006c5d1a2e127a6b901a5cec /engines/scumm/he/script_v100he.cpp
parent9d9f9712cedd57afe345126b8fb3c8753945ef14 (diff)
downloadscummvm-rg350-c7aceeb08e14ffa8d07c1cdf202172fe86079e5f.tar.gz
scummvm-rg350-c7aceeb08e14ffa8d07c1cdf202172fe86079e5f.tar.bz2
scummvm-rg350-c7aceeb08e14ffa8d07c1cdf202172fe86079e5f.zip
SCUMM: Fix o100_videoOps subOp 0
football2002 endzone videos now display
Diffstat (limited to 'engines/scumm/he/script_v100he.cpp')
-rw-r--r--engines/scumm/he/script_v100he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index a2eb42214b..b024154c7f 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -2237,7 +2237,10 @@ void ScummEngine_v100he::o100_videoOps() {
switch (subOp) {
case 0:
memset(_videoParams.filename, 0, sizeof(_videoParams.filename));
+ _videoParams.status = 0;
+ _videoParams.flags = 0;
_videoParams.unk2 = pop();
+ _videoParams.wizResNum = 0;
break;
case 19:
_videoParams.status = 19;