aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/game_dragonsphere.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/dragonsphere/game_dragonsphere.h')
-rw-r--r--engines/mads/dragonsphere/game_dragonsphere.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/game_dragonsphere.h b/engines/mads/dragonsphere/game_dragonsphere.h
index 259c4168c1..b4c4c41d20 100644
--- a/engines/mads/dragonsphere/game_dragonsphere.h
+++ b/engines/mads/dragonsphere/game_dragonsphere.h
@@ -127,7 +127,7 @@ public:
class Section1Handler: public SectionHandler {
public:
- Section1Handler(MADSEngine *vm): SectionHandler(vm) {}
+ Section1Handler(MADSEngine *vm) : SectionHandler(vm) {}
// TODO: Properly implement handler methods
virtual void preLoadSection() {}