aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/support/movie.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/support/movie.cpp b/engines/titanic/support/movie.cpp
index 6599093226..dd0792caa4 100644
--- a/engines/titanic/support/movie.cpp
+++ b/engines/titanic/support/movie.cpp
@@ -75,6 +75,7 @@ void OSMovie::play(int v1, CVideoSurface *surface) {
void OSMovie::play(int v1, int v2, int v3, bool v4) {
warning("TODO: OSMovie::play properly");
//setFrame(v1); ?
+ _video->seek(0);
_video->start();
g_vm->_activeMovies.push_back(this);
_state = MOVIE_NONE;