mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
S_ShowMusicCredit: subtract indentation amount from available screen space
This commit is contained in:
parent
4588943352
commit
e1f2ed11c7
1 changed files with 1 additions and 1 deletions
|
|
@ -2086,7 +2086,7 @@ void S_ShowMusicCredit(void)
|
||||||
char credittext[128] = "";
|
char credittext[128] = "";
|
||||||
char *work = NULL;
|
char *work = NULL;
|
||||||
size_t len = 128, worklen;
|
size_t len = 128, worklen;
|
||||||
INT32 widthused = BASEVIDWIDTH, workwidth;
|
INT32 widthused = BASEVIDWIDTH - 7, workwidth;
|
||||||
|
|
||||||
if (!cv_songcredits.value)
|
if (!cv_songcredits.value)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue