aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support')
-rw-r--r--engines/titanic/support/avi_surface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/support/avi_surface.cpp b/engines/titanic/support/avi_surface.cpp
index 7bfd614109..810c0ec5db 100644
--- a/engines/titanic/support/avi_surface.cpp
+++ b/engines/titanic/support/avi_surface.cpp
@@ -149,6 +149,7 @@ bool AVISurface::startAtFrame(int frameNumber) {
_decoder->start();
// Seek to the starting frame
+ _currentFrame = -1;
seekToFrame(frameNumber);
// If we're in reverse playback, set the decoder to play in reverse