diff options
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r-- | engines/mads/phantom/game_phantom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h index c99e81ee70..326a1dc077 100644 --- a/engines/mads/phantom/game_phantom.h +++ b/engines/mads/phantom/game_phantom.h @@ -103,7 +103,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() {} |