From 97a638b54d847551c360260b03a558046df110e7 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Wed, 29 Jan 2025 19:24:03 +0000 Subject: [PATCH] from TraceJump.traceRightJumpAscent function, check (after we have reached ascent and if we have still not found nextPlatID in path) if we can find nextPlatID if we trace the descent path after having reached the ascent --- fcore/trace-jump.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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