diff --git a/src/s_sound.c b/src/s_sound.c index ca9799e87..5e45232e7 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -2142,6 +2142,8 @@ void S_ShowMusicCredit(void) if (!def->title) { + // Like showing a blank credit. + S_StopMusicCredit(); return; }