aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/movie.h
diff options
context:
space:
mode:
authorStrangerke2013-10-30 08:07:53 +0100
committerStrangerke2013-10-30 08:08:22 +0100
commit3d44877732544e808b72398e7947ff9b32f507dd (patch)
treee74576c4e8a33ee3636ee82224defcf9ce70c3c7 /engines/toon/movie.h
parent6926270ca7768d0a3f9876efec57960fa271e272 (diff)
downloadscummvm-rg350-3d44877732544e808b72398e7947ff9b32f507dd.tar.gz
scummvm-rg350-3d44877732544e808b72398e7947ff9b32f507dd.tar.bz2
scummvm-rg350-3d44877732544e808b72398e7947ff9b32f507dd.zip
TOON: Fix CID 1004156
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 a380853780..14287d87fd 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -53,7 +53,7 @@ public:
bool isPlaying() { return _playing; }
protected:
- bool playVideo(bool isFirstIntroVideo);
+ void playVideo(bool isFirstIntroVideo);
ToonEngine *_vm;
ToonstruckSmackerDecoder *_decoder;
bool _playing;