MADS: Phantom: Update erroneous comments concerning Section Handlers

This commit is contained in:
Strangerke 2015-11-09 21:42:51 +01:00
parent 34d5f929ac
commit b7d4536cf1

View File

@ -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;