mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 09:48:39 +00:00
MADS: Phantom: Update erroneous comments concerning Section Handlers
This commit is contained in:
parent
34d5f929ac
commit
b7d4536cf1
@ -132,18 +132,16 @@ public:
|
|||||||
void newCatacombRoom(int fromRoom, int fromExit);
|
void newCatacombRoom(int fromRoom, int fromExit);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Section handlers aren't needed in ScummVM implementation
|
||||||
class Section1Handler : public SectionHandler {
|
class Section1Handler : public SectionHandler {
|
||||||
public:
|
public:
|
||||||
Section1Handler(MADSEngine *vm) : SectionHandler(vm) {}
|
Section1Handler(MADSEngine *vm) : SectionHandler(vm) {}
|
||||||
|
|
||||||
// TODO: Properly implement handler methods
|
|
||||||
virtual void preLoadSection() {}
|
virtual void preLoadSection() {}
|
||||||
virtual void sectionPtr2() {}
|
virtual void sectionPtr2() {}
|
||||||
virtual void postLoadSection() {}
|
virtual void postLoadSection() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Properly implement handler classes
|
|
||||||
typedef Section1Handler Section2Handler;
|
typedef Section1Handler Section2Handler;
|
||||||
typedef Section1Handler Section3Handler;
|
typedef Section1Handler Section3Handler;
|
||||||
typedef Section1Handler Section4Handler;
|
typedef Section1Handler Section4Handler;
|
||||||
|
Loading…
Reference in New Issue
Block a user