diff options
author | Matthew Hoops | 2011-10-02 23:16:30 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-02 23:16:30 -0400 |
commit | 5d8912a2ad6d685dc1c708b2cff3f0118adf8133 (patch) | |
tree | f2056d63861a2f9bd90d6cb3a3472dc5b668557f /engines | |
parent | cc7680364a1a2df79323b55766cd298a71b63add (diff) | |
download | scummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.tar.gz scummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.tar.bz2 scummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.zip |
PEGASUS: Fix Caldoria wake up video 2
Diffstat (limited to 'engines')
-rwxr-xr-x | engines/pegasus/movie.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |