aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes4.h
diff options
context:
space:
mode:
authorStrangerke2015-10-30 18:24:25 +0100
committerStrangerke2015-10-30 18:24:25 +0100
commitf2e17d83fe312bdc97ebaee23f9f2b2b3a7c0968 (patch)
tree414c7983de0a8d574528afc70970b71592c85485 /engines/mads/phantom/phantom_scenes4.h
parent71ea3ce56261a788ec253d3e88c92729cf77bbbf (diff)
downloadscummvm-rg350-f2e17d83fe312bdc97ebaee23f9f2b2b3a7c0968.tar.gz
scummvm-rg350-f2e17d83fe312bdc97ebaee23f9f2b2b3a7c0968.tar.bz2
scummvm-rg350-f2e17d83fe312bdc97ebaee23f9f2b2b3a7c0968.zip
MADS: Phantom: Implement scene 404
Diffstat (limited to 'engines/mads/phantom/phantom_scenes4.h')
-rw-r--r--engines/mads/phantom/phantom_scenes4.h22
1 files changed, 22 insertions, 0 deletions
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