From 48d3b34a75ad3a1c35e7efa7eaa1361f8b564afc Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 25 May 2008 13:30:18 +0000 Subject: - some pauseEngineIntern() code for the HOF sequence player (not tested) svn-id: r32270 --- engines/kyra/kyra_hof.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'engines/kyra/kyra_hof.h') diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h index 4eac124c45..866dd55d16 100644 --- a/engines/kyra/kyra_hof.h +++ b/engines/kyra/kyra_hof.h @@ -182,9 +182,7 @@ public: KyraEngine_HoF(OSystem *system, const GameFlags &flags); ~KyraEngine_HoF(); - //TODO: proper extended implementation of KyraEngine_v2::pauseEngineIntern. - // Here we need to take care of the seqeunce play code (LordHoto *thinks*), - // item animation, idle animation and tim player. + void pauseEngineIntern(bool pause); Screen *screen() { return _screen; } Screen_v2 *screen_v2() const { return _screen; } @@ -860,7 +858,12 @@ protected: uint32 _seqFrameDelay; uint32 _seqStartTime; + uint32 _seqSubFrameStartTime; uint32 _seqEndTime; + uint32 _seqSubFrameEndTimeInternal; + uint32 _seqWsaChatTimeout; + uint32 _seqWsaChatFrameTimeout; + int _seqFrameCounter; int _seqScrollTextCounter; int _seqWsaCurrentFrame; -- cgit v1.2.3