aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index b7f47aa9cd..31bd4ae2b2 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -50,9 +50,9 @@ public:
Section1Handler(MADSEngine *vm): SectionHandler(vm) {}
// TODO: Properly implement handler methods
- virtual void loadSection() {}
+ virtual void preLoadSection() {}
virtual void sectionPtr2() {}
- virtual void sectionPtr3() {}
+ virtual void postLoadSection() {}
};
// TODO: Properly implement handler classes