aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/movie.h
diff options
context:
space:
mode:
authorDavid Turner2011-02-07 02:35:17 +0000
committerDavid Turner2011-02-07 02:35:17 +0000
commit5167cd390ca3c28698f7ee6ba77877b8a4a0f474 (patch)
treedb1953b466023c8574a1fa8a83ed4a6842dfd92a /engines/toon/movie.h
parentcf918d72e5c959b10b0de162db6cbcfaf08c5e82 (diff)
downloadscummvm-rg350-5167cd390ca3c28698f7ee6ba77877b8a4a0f474.tar.gz
scummvm-rg350-5167cd390ca3c28698f7ee6ba77877b8a4a0f474.tar.bz2
scummvm-rg350-5167cd390ca3c28698f7ee6ba77877b8a4a0f474.zip
TOON: Added workaround for obvious glitch in first intro video.
This glitch occured in the original interpreter and is probably due an encoding error of 209_1M.SMK. svn-id: r55798
Diffstat (limited to 'engines/toon/movie.h')
-rw-r--r--engines/toon/movie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h
index 229791e90c..7dc4568042 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -52,7 +52,7 @@ public:
bool isPlaying() { return _playing; }
protected:
- bool playVideo();
+ bool playVideo(bool isFirstIntroVideo);
ToonEngine *_vm;
Audio::Mixer *_mixer;
ToonstruckSmackerDecoder *_decoder;