From 72423657e2a4f46d35726a5bb4371c4d1ec4b1bc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 1 Jul 2017 17:40:51 -0400 Subject: TITANIC: Fix service lift indicator when going down floors --- engines/titanic/support/avi_surface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/support') 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 -- cgit v1.2.3