diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/pathmanager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/koopatlas/pathmanager.h b/src/koopatlas/pathmanager.h index 9119235..156ed7b 100644 --- a/src/koopatlas/pathmanager.h +++ b/src/koopatlas/pathmanager.h @@ -36,6 +36,7 @@ class dWMPathManager_c { dKPLayer_s *pathLayer; + bool firstPathDone; bool isMoving; dKPNode_s *currentNode; @@ -50,6 +51,10 @@ class dWMPathManager_c { int scaleAnimProgress; bool isScalingUp; + nw4r::snd::SoundHandle penguinSlideSound; + + bool swimming; + dKPPath_s *currentPath; bool reverseThroughPath; // direction we are going through the path |