aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes4.h
diff options
context:
space:
mode:
authorStrangerke2015-10-30 14:14:06 +0100
committerStrangerke2015-10-30 14:14:06 +0100
commit71ea3ce56261a788ec253d3e88c92729cf77bbbf (patch)
treed23c581e5ee178f20201712cabde5d8768878c1c /engines/mads/phantom/phantom_scenes4.h
parent7c4f6bae20f2848980130ea3db7f84478f78bf63 (diff)
downloadscummvm-rg350-71ea3ce56261a788ec253d3e88c92729cf77bbbf.tar.gz
scummvm-rg350-71ea3ce56261a788ec253d3e88c92729cf77bbbf.tar.bz2
scummvm-rg350-71ea3ce56261a788ec253d3e88c92729cf77bbbf.zip
MADS: Phantom: Implement scene 403
Diffstat (limited to 'engines/mads/phantom/phantom_scenes4.h')
-rw-r--r--engines/mads/phantom/phantom_scenes4.h20
1 files changed, 20 insertions, 0 deletions
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