From 9d8d239eabaa6582bec3ca597c4d8463a00a83c9 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Thu, 30 Aug 2018 20:08:17 +0100 Subject: [PATCH] Apparently I am blind and missed that splitscreen only CC offset that overrides the code for the other offset below --- src/screen.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/screen.c b/src/screen.c index 8fc554cc8..20b7134a1 100644 --- a/src/screen.c +++ b/src/screen.c @@ -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; }