mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
TITANIC: Remove accidentally committed cutscene slowdown
This commit is contained in:
parent
2d25ce2e5a
commit
8e0833e6de
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user