aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zvision.h
diff options
context:
space:
mode:
authorrichiesams2013-08-10 17:10:06 -0500
committerrichiesams2013-08-10 17:14:00 -0500
commit416cde1358ecdb18ae3f6c8bc2f794e9ac13755b (patch)
tree414931809a7d23974ebe27ecdb9995e96de1456b /engines/zvision/zvision.h
parent86b3dfa22105a3edf8e99263637f60bc65f97739 (diff)
downloadscummvm-rg350-416cde1358ecdb18ae3f6c8bc2f794e9ac13755b.tar.gz
scummvm-rg350-416cde1358ecdb18ae3f6c8bc2f794e9ac13755b.tar.bz2
scummvm-rg350-416cde1358ecdb18ae3f6c8bc2f794e9ac13755b.zip
ZVISION: Change video code to support arbitrary scaling and whether the video can be skipped
Diffstat (limited to 'engines/zvision/zvision.h')
-rw-r--r--engines/zvision/zvision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/zvision.h b/engines/zvision/zvision.h
index 0a4ed08974..8363fb1672 100644
--- a/engines/zvision/zvision.h
+++ b/engines/zvision/zvision.h
@@ -97,7 +97,7 @@ public:
Common::RandomSource *getRandomSource() const;
ZVisionGameId getGameId() const;
- void playVideo(Video::VideoDecoder &videoDecoder);
+ void playVideo(Video::VideoDecoder &videoDecoder, const Common::Rect &destRect = Common::Rect(0, 0, 0, 0), bool skippable = true);
void cycleThroughCursors();