mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue