aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.h')
-rwxr-xr-xengines/pegasus/timers.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h
index 55c2ba0ca0..04dd235dae 100755
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -115,9 +115,10 @@ protected:
bool _paused;
uint32 _startTime, _startScale;
uint32 _stopTime, _stopScale;
- int32 _timeOffset;
uint32 _flags;
- TimeValue _pausedTime;
+
+ Common::Rational _time;
+ uint32 _lastMillis;
private:
Common::Rational getEffectiveRate() const;