From b73533c9431f06239b0f2e2a6b748064492db21a Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 3 Jul 2025 15:02:57 -0400 Subject: [PATCH] Fix titlecard offset using the wrong splitscreen --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 695b64c51..e414fb5eb 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -631,7 +631,7 @@ void ST_drawTitleCard(void) INT32 dupcalc = (vid.width/vid.dupx); UINT8 gtc = G_GetGametypeColor(gametype); INT32 sub = 0; - INT32 bary = (splitscreen) + INT32 bary = (r_splitscreen) ? BASEVIDHEIGHT/2 : 163; INT32 lvlw;