We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19b3b7 commit b8823f1Copy full SHA for b8823f1
src/cpu_vehicles_camera_path.c
@@ -1495,7 +1495,6 @@ void update_player(s32 playerId) {
1495
gPlayerTrackPositionFactorInstruction[playerId].target = 0.0f;
1496
gPlayerTrackPositionFactorInstruction[playerId].unkC = 0.0f;
1497
}
1498
- // gNearestPathPointByPlayerId[playerId] might need to be saved to a temp
1499
gPlayerPathY[playerId] =
1500
gTrackPaths[gPlayerPathIndex][gNearestPathPointByPlayerId[playerId]].posY + 4.3f;
1501
if ((D_801631F8[playerId] == 1) && (D_801631E0[playerId] == false)) {
0 commit comments