aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-10 15:01:39 -0400
committerPaul Gilbert2016-07-10 16:10:50 -0400
commit8e5f7a9453deff3436fc937292a0ff825acd7454 (patch)
treecad890d8f9961a61b8da73a35e9fc96d9cbf2b37 /engines/titanic/support/movie.cpp
parent9db15f6967c8f559e34824213707ed76b45d666e (diff)
downloadscummvm-rg350-8e5f7a9453deff3436fc937292a0ff825acd7454.tar.gz
scummvm-rg350-8e5f7a9453deff3436fc937292a0ff825acd7454.tar.bz2
scummvm-rg350-8e5f7a9453deff3436fc937292a0ff825acd7454.zip
TITANIC: Fix stopping movies
Diffstat (limited to 'engines/titanic/support/movie.cpp')
-rw-r--r--engines/titanic/support/movie.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/support/movie.cpp b/engines/titanic/support/movie.cpp
index dd0792caa4..0627da8c4f 100644
--- a/engines/titanic/support/movie.cpp
+++ b/engines/titanic/support/movie.cpp
@@ -94,7 +94,8 @@ void OSMovie::proc12() {
}
void OSMovie::stop() {
- warning("TODO: OSMovie::proc13");
+ _video->stop();
+ _state = MOVIE_STOPPED;
}
void OSMovie::proc14() {