From 54d8f17686d7fc7c4a9269c983e10ad4073c71f0 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 16 May 2014 18:55:53 +0200 Subject: MADS: Implement scene 704 --- engines/mads/nebular/nebular_scenes7.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'engines/mads/nebular/nebular_scenes7.h') diff --git a/engines/mads/nebular/nebular_scenes7.h b/engines/mads/nebular/nebular_scenes7.h index 049cc54bf4..34695dd402 100644 --- a/engines/mads/nebular/nebular_scenes7.h +++ b/engines/mads/nebular/nebular_scenes7.h @@ -106,6 +106,32 @@ public: virtual void postActions() {}; }; +class Scene704: public Scene7xx{ +private: + int _bottleHotspotId; + int _boatCurrentFrame; + int _animationMode; + int _boatDirection; + + bool _takeBottleFl; + + Conversation _dialog1; + + void handleFillBottle(int quote); + void setBottleSequence(); + void handleBottleInterface(); + +public: + Scene704(MADSEngine *vm) : Scene7xx(vm) {} + + virtual void setup(); + virtual void enter(); + virtual void step(); + virtual void preActions() {}; + virtual void actions(); + virtual void postActions() {}; +}; + class Scene707: public SceneTeleporter { public: Scene707(MADSEngine *vm) : SceneTeleporter(vm) {} -- cgit v1.2.3