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;