This commit is contained in:
Brian DeFreitas 2023-08-24 00:21:54 -03:00 committed by GitHub
commit c7284674a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;