diff options
-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: |