aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/movie.h')
-rwxr-xr-xengines/pegasus/movie.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 31b567407f..12d1af97d3 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -45,18 +45,16 @@ public:
virtual void initFromMovieFile(const Common::String &fileName, bool transparent = false);
bool isMovieValid() { return _video != 0; }
-
+
virtual void releaseMovie();
-
+
virtual void draw(const Common::Rect &);
virtual void redrawMovieWorld();
-
- void setDirectDraw(const bool);
-
+
virtual void setTime(const TimeValue, const TimeScale = 0);
-
+
virtual void setRate(const Common::Rational);
-
+
virtual void start();
virtual void stop();
virtual void resume();
@@ -74,7 +72,6 @@ public:
protected:
Video::SeekableVideoDecoder *_video;
- bool _directDraw;
Common::Rect _movieBox;
};