Skip to content

Commit

Permalink
update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Qlonever committed Dec 28, 2024
1 parent 8954d28 commit ce5856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/fox_bg.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ void Background_DrawBackdrop(void) {
case LEVEL_CORNERIA:
case LEVEL_VENOM_1: {
// Calculate vertical and horizontal offsets
f32 sp134 = (gPlayer[gPlayerNum].camPitch * -6000.0f) - (gPlayer[gPlayerNum].cam.eye.y * 0.6f);
f32 bgYpos = (gPlayer[gPlayerNum].camPitch * -6000.0f) - (gPlayer[gPlayerNum].cam.eye.y * 0.6f);
f32 sp13C =
Math_ModF(Math_RadToDeg(gPlayer[gPlayerNum].camYaw) * (-7280.0f / 360.0f) * 5.0f, 7280.0f);
f32 corneriaCamYawDeg = Math_RadToDeg(gPlayer[0].camYaw);
Expand Down

0 comments on commit ce5856e

Please sign in to comment.