[Scummvm-git-logs] scummvm master -> eedbb7df4e256e752c861b1828cd4b1ac55d59bc

dreammaster dreammaster at scummvm.org
Fri Jun 16 03:25:05 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
eedbb7df4e TITANIC: Fix single incorrect frame showing when Bellbot leaves


Commit: eedbb7df4e256e752c861b1828cd4b1ac55d59bc
    https://github.com/scummvm/scummvm/commit/eedbb7df4e256e752c861b1828cd4b1ac55d59bc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-15T21:24:24-04:00

Commit Message:
TITANIC: Fix single incorrect frame showing when Bellbot leaves

Changed paths:
    engines/titanic/support/avi_surface.cpp


diff --git a/engines/titanic/support/avi_surface.cpp b/engines/titanic/support/avi_surface.cpp
index a1dbecb..d3a63d7 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





More information about the Scummvm-git-logs mailing list