aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/dragonsphere_scenes.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 00:58:25 +0200
committerJohannes Schickel2014-05-27 00:58:25 +0200
commitdb3ca8255fd0f237e2b180a94e3124e0caf00e45 (patch)
treec9e978592f866b78e1119b99e29ed496becc3d10 /engines/mads/dragonsphere/dragonsphere_scenes.h
parent9866aba2e43da914a17d17b695456ca25a875469 (diff)
downloadscummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.tar.gz
scummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.tar.bz2
scummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.zip
MADS: More formatting fixes.
Add space before : in inheritance.
Diffstat (limited to 'engines/mads/dragonsphere/dragonsphere_scenes.h')
-rw-r--r--engines/mads/dragonsphere/dragonsphere_scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.h b/engines/mads/dragonsphere/dragonsphere_scenes.h
index 2d23381d25..a6c778eca7 100644
--- a/engines/mads/dragonsphere/dragonsphere_scenes.h
+++ b/engines/mads/dragonsphere/dragonsphere_scenes.h
@@ -677,7 +677,7 @@ public:
};
// TODO: Temporary, remove once implemented properly
-class DummyScene: public DragonsphereScene {
+class DummyScene : public DragonsphereScene {
public:
DummyScene(MADSEngine *vm) : DragonsphereScene(vm) {
warning("Unimplemented scene");