From b64a916bb622353fdcb80f10168d1a6511e649ef Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 23 Sep 2012 05:32:23 +0200 Subject: I have this uncanny ability to break things right before I commit them --- src/koopatlas/pathmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/koopatlas/pathmanager.cpp b/src/koopatlas/pathmanager.cpp index 38d18d1..733c5e2 100644 --- a/src/koopatlas/pathmanager.cpp +++ b/src/koopatlas/pathmanager.cpp @@ -452,7 +452,7 @@ void dWMPathManager_c::startMovementTo(dKPPath_s *path) { isJumping = (path->animation >= dKPPath_s::JUMP && path->animation <= dKPPath_s::JUMP_WATER); - if (path->animation == dKPPath_s::ENTER_CAVE) { + if (path->animation == dKPPath_s::ENTER_CAVE_UP) { scaleAnimProgress = 60; // what direction does this path go in? isScalingUp = (deltaY < 0) ^ reverseThroughPath; -- cgit v1.2.3