From 71ea3ce56261a788ec253d3e88c92729cf77bbbf Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 30 Oct 2015 14:14:06 +0100 Subject: MADS: Phantom: Implement scene 403 --- engines/mads/phantom/phantom_scenes4.h | 20 ++++++++++++++++++++ 1 file changed, 20 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 9f64241cae..0233a32a0a 100644 --- a/engines/mads/phantom/phantom_scenes4.h +++ b/engines/mads/phantom/phantom_scenes4.h @@ -75,6 +75,26 @@ public: virtual void actions(); }; +class Scene403 : public Scene4xx { +private: + bool _frameInRoomFl; + bool _takingFrameInRoomFl; + + int _redFrameHotspotId; + int _greenFrameHostpotId; + int _blueFrameHotspotId; + int _yellowFrameHotspotId; + +public: + Scene403(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