From 9ad0fdda9605f64a303654c855099e271c60e4a2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 15 Feb 2007 17:26:08 +0000 Subject: Clear _pauseTime in seekSan(). Hopefully, this will fix the problem with pausing during the bike fight scenes in Full Throttle that was reported on the forum earlier today. svn-id: r25609 --- engines/scumm/smush/smush_player.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm/smush') diff --git a/engines/scumm/smush/smush_player.cpp b/engines/scumm/smush/smush_player.cpp index f008d8b457..15a05a9a5f 100644 --- a/engines/scumm/smush/smush_player.cpp +++ b/engines/scumm/smush/smush_player.cpp @@ -1221,6 +1221,7 @@ void SmushPlayer::seekSan(const char *file, int32 pos, int32 contFrame) { _seekFile = file ? file : ""; _seekPos = pos; _seekFrame = contFrame; + _pauseTime = 0; } void SmushPlayer::tryCmpFile(const char *filename) { -- cgit v1.2.3