Skip to content

Commit b8823f1

Browse files
authored
Update cpu_vehicles_camera_path.c (n64decomp#738)
1 parent e19b3b7 commit b8823f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cpu_vehicles_camera_path.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ void update_player(s32 playerId) {
14951495
gPlayerTrackPositionFactorInstruction[playerId].target = 0.0f;
14961496
gPlayerTrackPositionFactorInstruction[playerId].unkC = 0.0f;
14971497
}
1498-
// gNearestPathPointByPlayerId[playerId] might need to be saved to a temp
14991498
gPlayerPathY[playerId] =
15001499
gTrackPaths[gPlayerPathIndex][gNearestPathPointByPlayerId[playerId]].posY + 4.3f;
15011500
if ((D_801631F8[playerId] == 1) && (D_801631E0[playerId] == false)) {

0 commit comments

Comments
 (0)