aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index a1b4cff9ab..1ee0136c30 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -50,7 +50,7 @@ namespace Common {
}
namespace Video {
- class SeekableVideoDecoder;
+ class VideoDecoder;
}
namespace Pegasus {
@@ -253,7 +253,7 @@ private:
Hotspot _returnHotspot;
InputHandler *_savedHandler;
void showTempScreen(const Common::String &fileName);
- bool playMovieScaled(Video::SeekableVideoDecoder *video, uint16 x, uint16 y);
+ bool playMovieScaled(Video::VideoDecoder *video, uint16 x, uint16 y);
void throwAwayEverything();
void shellGameInput(const Input &input, const Hotspot *cursorSpot);
Common::RandomSource *_rnd;