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 a9a04ed..66c5e3b 100644 --- a/src/koopatlas/pathmanager.h +++ b/src/koopatlas/pathmanager.h @@ -25,6 +25,11 @@ class dWMPathManager_c { bool isMoving; dKPNode_s *currentNode; + HermiteKey keysX[2]; + HermiteKey keysY[3]; + float timer; + bool isJumping; + dKPPath_s *currentPath; bool reverseThroughPath; // direction we are going through the path |