aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-12 10:53:46 +0200
committerStrangerke2015-10-12 10:53:46 +0200
commit12a1393faf585b131701602d633edf07f07186dd (patch)
treea565dda134a63ddbd4e5e073437502f869d5ecea /engines/mads/phantom/phantom_scenes1.h
parent692e45a6e682c16831fac3d5b00b38863ec5683a (diff)
downloadscummvm-rg350-12a1393faf585b131701602d633edf07f07186dd.tar.gz
scummvm-rg350-12a1393faf585b131701602d633edf07f07186dd.tar.bz2
scummvm-rg350-12a1393faf585b131701602d633edf07f07186dd.zip
MADS: Phantom: Add some more logic for scene 101
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 60cb63bd0b..bd5a4796a7 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -62,6 +62,7 @@ private:
int _brie_calling_frame;
int _brie_chandelier_frame;
int _talk_count;
+ int _converse_counter;
int _dynamic_brie;
int _dynamic_brie_2;
bool _start_walking;
@@ -78,6 +79,11 @@ public:
virtual void step();
virtual void preActions();
virtual void actions();
+
+ void handleConversation0();
+ void handleConversation1();
+ void handleAnimation0();
+ void handleAnimation1();
};
class Scene102 : public Scene1xx {