Move Song Credits down by 8 pixels to avoid overlap with top-region MOTD

This commit is contained in:
toaster 2023-08-25 21:41:49 +01:00
parent 92bd71496e
commit 4d08f5e888

View file

@ -1952,7 +1952,7 @@ void HU_DrawSongCredits(void)
} }
else else
{ {
y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 32) * FRACUNIT; y = (r_splitscreen ? (BASEVIDHEIGHT/2)-4 : 40) * FRACUNIT;
} }
INT32 bgt = (NUMTRANSMAPS/2) + (cursongcredit.trans / 2); INT32 bgt = (NUMTRANSMAPS/2) + (cursongcredit.trans / 2);