From eb86007b317d01d81796e7966ef861b95f2dde1d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 15 Dec 2006 23:54:42 +0000 Subject: Add code for stopping video playback in HE100 games svn-id: r24858 --- engines/scumm/he/script_v100he.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm') 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: -- cgit v1.2.3