From add4135d46f48cf3bda3424a11215b893c6b3a33 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 6 May 2014 06:16:25 +0300 Subject: MADS: Index and document all Dragonsphere scenes --- engines/mads/dragonsphere/dragonsphere_scenes.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/mads/dragonsphere/dragonsphere_scenes.h') diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.h b/engines/mads/dragonsphere/dragonsphere_scenes.h index cf42dab0ba..0c5fea33db 100644 --- a/engines/mads/dragonsphere/dragonsphere_scenes.h +++ b/engines/mads/dragonsphere/dragonsphere_scenes.h @@ -106,9 +106,11 @@ public: }; // TODO: Temporary, remove once implemented properly -class DummyScene: public Scene1xx { +class DummyScene: public DragonsphereScene { public: - DummyScene(MADSEngine *vm) : Scene1xx(vm) {} + DummyScene(MADSEngine *vm) : DragonsphereScene(vm) { + warning("Unimplemented scene"); + } virtual void setup() {} virtual void enter() {} -- cgit v1.2.3