aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/dragonsphere_scenes.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-06 06:16:25 +0300
committerFilippos Karapetis2014-05-06 06:16:25 +0300
commitadd4135d46f48cf3bda3424a11215b893c6b3a33 (patch)
treef02c60eba7ba175a77ef0a5c86738b6d724d30fe /engines/mads/dragonsphere/dragonsphere_scenes.h
parent66593ef302010d5b6e09b17fb2b7a88f2803d455 (diff)
downloadscummvm-rg350-add4135d46f48cf3bda3424a11215b893c6b3a33.tar.gz
scummvm-rg350-add4135d46f48cf3bda3424a11215b893c6b3a33.tar.bz2
scummvm-rg350-add4135d46f48cf3bda3424a11215b893c6b3a33.zip
MADS: Index and document all Dragonsphere scenes
Diffstat (limited to 'engines/mads/dragonsphere/dragonsphere_scenes.h')
-rw-r--r--engines/mads/dragonsphere/dragonsphere_scenes.h6
1 files changed, 4 insertions, 2 deletions
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() {}