S_ShowMusicCredit: subtract indentation amount from available screen space

This commit is contained in:
James R 2023-12-03 17:06:01 -08:00
parent 4588943352
commit e1f2ed11c7

View file

@ -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 = BASEVIDWIDTH - 7, workwidth;
if (!cv_songcredits.value)
return;