diff options
Diffstat (limited to 'src/koopatlas/pathmanager.h')
-rw-r--r-- | src/koopatlas/pathmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/pathmanager.h b/src/koopatlas/pathmanager.h index cd1d7ba..2a7ce46 100644 --- a/src/koopatlas/pathmanager.h +++ b/src/koopatlas/pathmanager.h @@ -71,6 +71,9 @@ class dWMPathManager_c { int waitAtStart; bool mustPlayAfterDeathAnim; int waitForAfterDeathAnim; + + bool doingThings(); + dLevelInfo_c::entry_s *enteredLevel; }; |