From 5d8912a2ad6d685dc1c708b2cff3f0118adf8133 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 2 Oct 2011 23:16:30 -0400 Subject: PEGASUS: Fix Caldoria wake up video 2 --- engines/pegasus/movie.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/pegasus/movie.cpp b/engines/pegasus/movie.cpp index bd81f375a4..be3819efb3 100755 --- a/engines/pegasus/movie.cpp +++ b/engines/pegasus/movie.cpp @@ -138,6 +138,7 @@ void Movie::setTime(const TimeValue time, const TimeScale scale) { _video->seekToTime(Audio::Timestamp(0, timeFrac.getNumerator(), timeFrac.getDenominator())); _time = timeFrac; + _lastMillis = 0; } } -- cgit v1.2.3