aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.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/phantom/game_phantom.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/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 326a1dc077..7a84ee1c72 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -65,7 +65,7 @@ enum InventoryObject {
};
// HACK: A stub for now, remove from here once it's implemented properly
-class PhantomGlobals: public Globals {
+class PhantomGlobals : public Globals {
public:
PhantomGlobals() {
resize(210); // Rex has 210 globals
@@ -73,7 +73,7 @@ public:
virtual ~PhantomGlobals() {}
};
-class GamePhantom: public Game {
+class GamePhantom : public Game {
friend class Game;
protected:
GamePhantom(MADSEngine *vm);
@@ -101,7 +101,7 @@ public:
};
-class Section1Handler: public SectionHandler {
+class Section1Handler : public SectionHandler {
public:
Section1Handler(MADSEngine *vm) : SectionHandler(vm) {}