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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h
index 8e1acc4a77..4d5efb3343 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -45,12 +45,15 @@ public:
void init() const;
void play(Common::String video, int32 flags = 0);
+ bool isPlaying() { return _playing; }
protected:
bool playVideo();
ToonEngine *_vm;
Audio::Mixer *_mixer;
ToonstruckSmackerDecoder *_decoder;
+ bool _playing;
+
};
} // End of namespace Toon