diff options
-rwxr-xr-x | engines/pegasus/timers.cpp | 1 |
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) { |