mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-12 12:25:06 -05:00
Clarify comment about KtQ speed
This commit is contained in:
parent
9a801cb96d
commit
1289d0cda5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user