diff --git a/src/s_sound.c b/src/s_sound.c index eaf0c9c48..8a88cf3b0 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -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;