From 4d08f5e88858c50e77043bfa1dc09b4d202a463e Mon Sep 17 00:00:00 2001 From: toaster <rollerorbital@gmail.com> Date: Fri, 25 Aug 2023 21:41:49 +0100 Subject: [PATCH] Move Song Credits down by 8 pixels to avoid overlap with top-region MOTD --- src/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index e97d411836..fd9fa3c973 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -1952,7 +1952,7 @@ void HU_DrawSongCredits(void) } else { - y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 32) * FRACUNIT; + y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 40) * FRACUNIT; } INT32 bgt = (NUMTRANSMAPS/2) + (cursongcredit.trans / 2); -- GitLab