aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-02 23:16:30 -0400
committerMatthew Hoops2011-10-02 23:16:30 -0400
commit5d8912a2ad6d685dc1c708b2cff3f0118adf8133 (patch)
treef2056d63861a2f9bd90d6cb3a3472dc5b668557f /engines/pegasus
parentcc7680364a1a2df79323b55766cd298a71b63add (diff)
downloadscummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.tar.gz
scummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.tar.bz2
scummvm-rg350-5d8912a2ad6d685dc1c708b2cff3f0118adf8133.zip
PEGASUS: Fix Caldoria wake up video 2
Diffstat (limited to 'engines/pegasus')
-rwxr-xr-xengines/pegasus/movie.cpp1
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;
}
}