aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-22 10:39:31 -0400
committerMatthew Hoops2011-09-22 10:39:31 -0400
commitc88e33abd7ba8c282a6d2839c4b5cce57ad17773 (patch)
treeb03c210795d7435fb01c173a4c3f7ed0b0a572fa /engines/pegasus/movie.h
parentb92476ecb17278ad04d75a69128fb5f5e3b9813c (diff)
downloadscummvm-rg350-c88e33abd7ba8c282a6d2839c4b5cce57ad17773.tar.gz
scummvm-rg350-c88e33abd7ba8c282a6d2839c4b5cce57ad17773.tar.bz2
scummvm-rg350-c88e33abd7ba8c282a6d2839c4b5cce57ad17773.zip
PEGASUS: Make Movies use the normal TimeBase getTime()
getTime() shouldn't constantly update as the movie continues, only when I decide to update it (in checkCallBacks())
Diffstat (limited to 'engines/pegasus/movie.h')
-rwxr-xr-xengines/pegasus/movie.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 98d84b6163..54e57aeb30 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -54,7 +54,6 @@ public:
void setDirectDraw(const bool);
virtual void setTime(const TimeValue, const TimeScale = 0);
- virtual TimeValue getTime(const TimeScale = 0);
virtual void setRate(const Common::Rational);