diff options
author | Travis Howell | 2006-12-15 23:54:42 +0000 |
---|---|---|
committer | Travis Howell | 2006-12-15 23:54:42 +0000 |
commit | eb86007b317d01d81796e7966ef861b95f2dde1d (patch) | |
tree | 9435031f50169c705149be553d95b2026d610a05 | |
parent | 10a9989a5896c32b6c495748a76ff3d94553ab83 (diff) | |
download | scummvm-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
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 1 |
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: |