aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes3.h
diff options
context:
space:
mode:
authorStrangerke2015-10-28 15:24:23 +0100
committerStrangerke2015-10-28 15:24:23 +0100
commit49ef6339ee782dcd8af484853c4c10da1f7d05ba (patch)
treeb116526fcf83bd1006759b5432c23b69a1e8f376 /engines/mads/phantom/phantom_scenes3.h
parent4552a9026c051a22de3814b33c196a02620147d5 (diff)
downloadscummvm-rg350-49ef6339ee782dcd8af484853c4c10da1f7d05ba.tar.gz
scummvm-rg350-49ef6339ee782dcd8af484853c4c10da1f7d05ba.tar.bz2
scummvm-rg350-49ef6339ee782dcd8af484853c4c10da1f7d05ba.zip
MADS: Phantom: Implement scene 308
Diffstat (limited to 'engines/mads/phantom/phantom_scenes3.h')
-rw-r--r--engines/mads/phantom/phantom_scenes3.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes3.h b/engines/mads/phantom/phantom_scenes3.h
index 0c3da8e741..fdaf49ef0d 100644
--- a/engines/mads/phantom/phantom_scenes3.h
+++ b/engines/mads/phantom/phantom_scenes3.h
@@ -179,6 +179,27 @@ public:
virtual void preActions();
virtual void actions();
};
+
+class Scene308 : public Scene3xx {
+private:
+ bool _anim0ActvFl;
+ bool _anim1ActvFl;
+ bool _anim2ActvFl;
+ bool _anim3ActvFl;
+ bool _skip1Fl;
+ bool _skip2Fl;
+ int _currentFloor;
+
+public:
+ Scene308(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