From f2e17d83fe312bdc97ebaee23f9f2b2b3a7c0968 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 30 Oct 2015 18:24:25 +0100 Subject: MADS: Phantom: Implement scene 404 --- engines/mads/phantom/phantom_scenes4.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'engines/mads/phantom/phantom_scenes4.h') diff --git a/engines/mads/phantom/phantom_scenes4.h b/engines/mads/phantom/phantom_scenes4.h index 0233a32a0a..be07183593 100644 --- a/engines/mads/phantom/phantom_scenes4.h +++ b/engines/mads/phantom/phantom_scenes4.h @@ -95,6 +95,28 @@ public: virtual void preActions(); virtual void actions(); }; + +class Scene404 : public Scene4xx { +private: + bool _frameInRoomFl; + bool _takingFrameInRoomFl; + bool _anim0ActvFl; + + int _redFrameHotspotId; + int _greenFrameHostpotId; + int _blueFrameHotspotId; + int _yellowFrameHotspotId; + +public: + Scene404(MADSEngine *vm); + virtual void synchronize(Common::Serializer &s); + + virtual void setup(); + virtual void enter(); + virtual void step(); + virtual void preActions(); + virtual void actions(); +}; } // End of namespace Phantom } // End of namespace MADS -- cgit v1.2.3