From 3af6bbb397ae94bfbfceeaeab9979613d1047cbb Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 16 May 2014 22:00:29 +0200 Subject: MADS: Implement scene 706 --- engines/mads/nebular/nebular_scenes7.h | 23 +++++++++++++++++++++++ 1 file changed, 23 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 06d5d04b1f..f5f9867fab 100644 --- a/engines/mads/nebular/nebular_scenes7.h +++ b/engines/mads/nebular/nebular_scenes7.h @@ -151,6 +151,29 @@ public: virtual void postActions() {}; }; +class Scene706: public Scene7xx{ +private: + int _vaseHotspotId; + int _vaseMode; // CHECKME: Use? + int _animationMode; + int _animationFrame; + + bool _emptyPedestral; + + void handleTakeVase(); + void handleRexDeath(); + +public: + Scene706(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