aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-19 18:06:56 -0500
committerMatthew Hoops2011-12-19 18:06:56 -0500
commitfa92148098c2ea5302e6b324e289fed118d6ace3 (patch)
tree0e9665bdf42f8dfa84e34ca1ae546914a081d2d7 /engines/pegasus/timers.h
parentf72884cb7bbe594888f6d14a3e03c7839ef2c508 (diff)
downloadscummvm-rg350-fa92148098c2ea5302e6b324e289fed118d6ace3.tar.gz
scummvm-rg350-fa92148098c2ea5302e6b324e289fed118d6ace3.tar.bz2
scummvm-rg350-fa92148098c2ea5302e6b324e289fed118d6ace3.zip
PEGASUS: Fix timers starting when paused
TimeBase now has its own pause time adjustment instead of using getTotalPlayTime()
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;