mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
update variable name
This commit is contained in:
parent
8954d28dc4
commit
90bbe4a6f3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user