diff options
Diffstat (limited to 'engines/pegasus/timers.cpp')
-rwxr-xr-x | engines/pegasus/timers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/timers.cpp b/engines/pegasus/timers.cpp index ab0e4da31d..b462e42cc3 100755 --- a/engines/pegasus/timers.cpp +++ b/engines/pegasus/timers.cpp @@ -223,7 +223,7 @@ void TimeBase::checkCallBacks() { // TODO: Update the slaves? - Common::Rational time = getTime(); + Common::Rational time = Common::Rational(getTime(), getScale()); // Check if we've triggered any callbacks for (TimeBaseCallBack *runner = _callBackList; runner != 0; runner = runner->_nextCallBack) { |