From 1289d0cda57756ca6c4635a43c3f6c4bec383648 Mon Sep 17 00:00:00 2001 From: Brian DeFreitas Date: Thu, 27 Feb 2020 22:57:07 -0800 Subject: [PATCH] Clarify comment about KtQ speed --- src/game/behaviors/koopa.inc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/behaviors/koopa.inc.c b/src/game/behaviors/koopa.inc.c index 30a92f0d..277e86e8 100644 --- a/src/game/behaviors/koopa.inc.c +++ b/src/game/behaviors/koopa.inc.c @@ -616,8 +616,8 @@ static void koopa_the_quick_act_race(void) { if (o->parentObj->oKoopaRaceEndpointRaceStatus != 0 && o->oDistanceToMario > 1500.0f && (o->oPathedPrevWaypointFlags & WAYPOINT_MASK_00FF) < 28) { - // Move faster if mario has already finished the race or - // cheated by shooting from cannon + // Move faster if mario has already finished the race + // but only if KtQ is far from mario and the finish line o->oKoopaAgility = 8.0f; } else if (o->oKoopaTheQuickRaceIndex != KOOPA_THE_QUICK_BOB_INDEX) { o->oKoopaAgility = 6.0f;