mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-music-credit-too-long' into 'master'
S_ShowMusicCredit: subtract indentation amount from available screen space Closes #775 See merge request KartKrew/Kart!1675
This commit is contained in:
commit
14b037cde4
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, workwidth;
|
||||
INT32 widthused = (3*BASEVIDWIDTH/4) - 7, workwidth;
|
||||
|
||||
if (!cv_songcredits.value)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue