aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/video.cpp b/engines/mohawk/video.cpp
index f9115db188..31e8de77b1 100644
--- a/engines/mohawk/video.cpp
+++ b/engines/mohawk/video.cpp
@@ -563,7 +563,7 @@ void VideoManager::drawVideoFrame(VideoHandle handle, const Audio::Timestamp &ti
assert(handle);
handle->seek(time);
updateMovies();
- handle->close();
+ handle->stop();
}
VideoManager::VideoList::iterator VideoManager::findEntry(VideoEntryPtr ptr) {