aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.h')
-rwxr-xr-xengines/pegasus/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h
index 5c96b6dda3..1dd32de3c9 100755
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -120,7 +120,7 @@ protected:
uint32 _flags;
Common::Rational _time;
- uint32 _lastMillis;
+ uint32 _lastMillis, _pauseStart;
private:
Common::Rational getEffectiveRate() const;