mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 22:46:12 +00:00
Apparently I am blind and missed that splitscreen only CC offset that overrides the code for the other offset below
This commit is contained in:
parent
46be411454
commit
9d8d239eab
1 changed files with 1 additions and 4 deletions
|
|
@ -452,10 +452,7 @@ void SCR_ClosedCaptions(void)
|
|||
else if ((modeattacking == ATTACKING_NIGHTS)
|
||||
|| (!(maptol & TOL_NIGHTS)
|
||||
&& ((cv_powerupdisplay.value == 2) // "Always"
|
||||
|| (cv_powerupdisplay.value == 1 // "First-person only"
|
||||
&& ((!splitscreen && !camera.chase)
|
||||
|| (splitscreen && !camera2.chase)) // in 2p mode, move up only if 2p's powerup display is on
|
||||
))))
|
||||
|| (cv_powerupdisplay.value == 1 && !camera.chase)))) // "First-person only"
|
||||
basey -= 16;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue