mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Move Song Credits down by 8 pixels to avoid overlap with top-region MOTD
This commit is contained in:
parent
92bd71496e
commit
4d08f5e888
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue