From 40d38fcc0d8c63036132a7aab643a7405ef5f43f Mon Sep 17 00:00:00 2001 From: Sylvain Dupont Date: Sat, 16 Oct 2010 21:58:33 +0000 Subject: TOON: Added most of the remaining Advanced Engine Features Loading/Saving during runtime, Advanced Pausing, Load savestate via launcher, RTL svn-id: r53549 --- engines/toon/movie.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/toon/movie.h') 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 -- cgit v1.2.3