summaryrefslogtreecommitdiff
path: root/src/koopatlas/pathmanager.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-22 23:57:21 +0200
committerTreeki <treeki@gmail.com>2012-09-22 23:57:21 +0200
commit888a7aacf0cc617739e891cb5774ec1da96803ed (patch)
tree1ad77d72ceb6c8fc4b2677a4d0be883d4fc59c31 /src/koopatlas/pathmanager.h
parent649f1998d02d54344c0b8cd902dea9c770be8656 (diff)
downloadkamek-888a7aacf0cc617739e891cb5774ec1da96803ed.tar.gz
kamek-888a7aacf0cc617739e891cb5774ec1da96803ed.zip
some badly needed polishing for the map engine
Diffstat (limited to '')
-rw-r--r--src/koopatlas/pathmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/koopatlas/pathmanager.h b/src/koopatlas/pathmanager.h
index d22168b..6f2e763 100644
--- a/src/koopatlas/pathmanager.h
+++ b/src/koopatlas/pathmanager.h
@@ -19,6 +19,8 @@ class dWMPathManager_c {
return (path != 0) && (path->isAvailable);
}
+ int beginWait;
+
void startMovementTo(dKPPath_s *path);
void moveThroughPath();
void activatePoint();
@@ -53,6 +55,8 @@ class dWMPathManager_c {
bool evaluateUnlockCondition(u8 *&in, SaveBlock *save, int stack);
bool isEnteringLevel;
+ int levelStartWait;
+ dLevelInfo_c::entry_s *enteredLevel;
};
#endif