From 8e0833e6deead5243d76d819ba3a97b07a7fd48f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Oct 2017 22:17:12 -0400 Subject: TITANIC: Remove accidentally committed cutscene slowdown --- engines/titanic/support/avi_surface.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/titanic') diff --git a/engines/titanic/support/avi_surface.cpp b/engines/titanic/support/avi_surface.cpp index 9ab6d87884..3b22a4fee2 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(); -- cgit v1.2.3