aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorTravis Howell2006-12-15 23:54:42 +0000
committerTravis Howell2006-12-15 23:54:42 +0000
commiteb86007b317d01d81796e7966ef861b95f2dde1d (patch)
tree9435031f50169c705149be553d95b2026d610a05 /engines/scumm/he
parent10a9989a5896c32b6c495748a76ff3d94553ab83 (diff)
downloadscummvm-rg350-eb86007b317d01d81796e7966ef861b95f2dde1d.tar.gz
scummvm-rg350-eb86007b317d01d81796e7966ef861b95f2dde1d.tar.bz2
scummvm-rg350-eb86007b317d01d81796e7966ef861b95f2dde1d.zip
Add code for stopping video playback in HE100 games
svn-id: r24858
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/script_v100he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index 8422d68778..302c886c4d 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -2257,6 +2257,7 @@ void ScummEngine_v100he::o100_videoOps() {
}
} else if (_videoParams.status == 19) {
// Stop video
+ _moviePlay->closeFile();
}
break;
default: