From eedbb7df4e256e752c861b1828cd4b1ac55d59bc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 15 Jun 2017 21:24:24 -0400 Subject: TITANIC: Fix single incorrect frame showing when Bellbot leaves --- engines/titanic/support/avi_surface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/titanic/support/avi_surface.cpp b/engines/titanic/support/avi_surface.cpp index a1dbecbe1c..d3a63d71ae 100644 --- a/engines/titanic/support/avi_surface.cpp +++ b/engines/titanic/support/avi_surface.cpp @@ -203,7 +203,7 @@ bool AVISurface::handleEvents(CMovieEventList &events) { if (newFrame != getFrame()) { // The frame has been changed, so move to new position seekToFrame(newFrame); - renderFrame(); + return renderFrame(); } // Get any events for the given position -- cgit v1.2.3