aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/movie.h
diff options
context:
space:
mode:
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;