mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
S_ShowMusicCredit: use at most 3/4 screen width
This commit is contained in:
parent
e1f2ed11c7
commit
d97fece311
1 changed files with 1 additions and 1 deletions
|
|
@ -2086,7 +2086,7 @@ void S_ShowMusicCredit(void)
|
|||
char credittext[128] = "";
|
||||
char *work = NULL;
|
||||
size_t len = 128, worklen;
|
||||
INT32 widthused = BASEVIDWIDTH - 7, workwidth;
|
||||
INT32 widthused = (3*BASEVIDWIDTH/4) - 7, workwidth;
|
||||
|
||||
if (!cv_songcredits.value)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue