[Scummvm-git-logs] scummvm master -> 8e0833e6deead5243d76d819ba3a97b07a7fd48f

dreammaster dreammaster at scummvm.org
Sun Oct 15 04:17:20 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:
8e0833e6de TITANIC: Remove accidentally committed cutscene slowdown


Commit: 8e0833e6deead5243d76d819ba3a97b07a7fd48f
    https://github.com/scummvm/scummvm/commit/8e0833e6deead5243d76d819ba3a97b07a7fd48f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-14T22:17:12-04:00

Commit Message:
TITANIC: Remove accidentally committed cutscene slowdown

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 9ab6d87..3b22a4f 100644
--- a/engines/titanic/support/avi_surface.cpp
+++ b/engines/titanic/support/avi_surface.cpp
@@ -510,7 +510,6 @@ bool AVISurface::playCutscene(const Rect &r, uint startFrame, uint endFrame) {
 		// Already in position, so pick up where we left off
 		_decoder->start();
 	}
-	setFrameRate(2);
 
 	bool isDifferent = _movieFrameSurface[0]->w != r.width() ||
 		_movieFrameSurface[0]->h != r.height();





More information about the Scummvm-git-logs mailing list