From 9db15f6967c8f559e34824213707ed76b45d666e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 10 Apr 2016 14:46:59 -0400 Subject: TITANIC: Allow television video to play multiple times --- engines/titanic/support/movie.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic') 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; -- cgit v1.2.3