diff --git a/fcore/trace-jump.sml b/fcore/trace-jump.sml index 364a57c..f8430f6 100644 --- a/fcore/trace-jump.sml +++ b/fcore/trace-jump.sml @@ -29,7 +29,7 @@ struct fun traceRightJumpAscent (x, y, remainingJump, nextPlatID, platTree, nextPlatform) = if remainingJump >= Constants.jumpLimit then - false + traceRightJumpDescent (x, y, nextPlatID, platTree) else let val width = Constants.moveEnemyBy