From b8823f12a1c9330e5d4e478c35ebe87ac6c24d58 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 12 Jul 2025 20:16:14 -0600 Subject: [PATCH] Update cpu_vehicles_camera_path.c (#738) --- src/cpu_vehicles_camera_path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu_vehicles_camera_path.c b/src/cpu_vehicles_camera_path.c index 952247f26..ec7aaa743 100644 --- a/src/cpu_vehicles_camera_path.c +++ b/src/cpu_vehicles_camera_path.c @@ -1495,7 +1495,6 @@ void update_player(s32 playerId) { gPlayerTrackPositionFactorInstruction[playerId].target = 0.0f; gPlayerTrackPositionFactorInstruction[playerId].unkC = 0.0f; } - // gNearestPathPointByPlayerId[playerId] might need to be saved to a temp gPlayerPathY[playerId] = gTrackPaths[gPlayerPathIndex][gNearestPathPointByPlayerId[playerId]].posY + 4.3f; if ((D_801631F8[playerId] == 1) && (D_801631E0[playerId] == false)) {