From b7d4536cf1f791483f3293f9bdea465331fa465c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 9 Nov 2015 21:42:51 +0100 Subject: MADS: Phantom: Update erroneous comments concerning Section Handlers --- engines/mads/phantom/game_phantom.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines') diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h index 3e2e9570f7..2f0204f331 100644 --- a/engines/mads/phantom/game_phantom.h +++ b/engines/mads/phantom/game_phantom.h @@ -132,18 +132,16 @@ public: void newCatacombRoom(int fromRoom, int fromExit); }; - +// Section handlers aren't needed in ScummVM implementation class Section1Handler : public SectionHandler { public: Section1Handler(MADSEngine *vm) : SectionHandler(vm) {} - // TODO: Properly implement handler methods virtual void preLoadSection() {} virtual void sectionPtr2() {} virtual void postLoadSection() {} }; -// TODO: Properly implement handler classes typedef Section1Handler Section2Handler; typedef Section1Handler Section3Handler; typedef Section1Handler Section4Handler; -- cgit v1.2.3