aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-20 01:04:59 +0200
committerStrangerke2015-10-20 01:04:59 +0200
commit340016f423f8f8982a70496d9b00aea244d18ce8 (patch)
treec1b06924ebd4998a7c65e6e1602b818d0ad96137 /engines/mads/phantom/phantom_scenes1.h
parent808ef0633979b0044ef047127ddfbfa366f7733d (diff)
downloadscummvm-rg350-340016f423f8f8982a70496d9b00aea244d18ce8.tar.gz
scummvm-rg350-340016f423f8f8982a70496d9b00aea244d18ce8.tar.bz2
scummvm-rg350-340016f423f8f8982a70496d9b00aea244d18ce8.zip
MADS: Phantom: Implement scene 112
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index b5fb417863..05cf1732fe 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -309,6 +309,35 @@ public:
virtual void preActions();
virtual void actions();
};
+
+class Scene112 : public Scene1xx {
+private:
+ bool _anim0ActvFl;
+ bool _anim1ActvFl;
+
+ int _raoulAction;
+ int _raoulFrame;
+ int _didOptionFl;
+ int _julieFrame;
+ int _julieAction;
+ int _julieCounter;
+ int _julieHotspotId;
+
+ void handleConversation();
+ void handleJulieAnimation();
+ void handleRaoulChair();
+
+public:
+ Scene112(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