aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.cpp')
-rwxr-xr-xengines/pegasus/timers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/timers.cpp b/engines/pegasus/timers.cpp
index b3dd3cf721..d09d0299c8 100755
--- a/engines/pegasus/timers.cpp
+++ b/engines/pegasus/timers.cpp
@@ -81,6 +81,7 @@ TimeBase::~TimeBase() {
void TimeBase::setTime(const TimeValue time, const TimeScale scale) {
_time = Common::Rational(time, (scale == 0) ? _preferredScale : scale);
+ _lastMillis = 0;
}
TimeValue TimeBase::getTime(const TimeScale scale) {