S_ShowMusicCredit: If the track has no title, clear existing music credit.

This commit is contained in:
toaster 2023-06-13 22:15:33 +01:00
parent 65ab29b469
commit d9589edbb8

View file

@ -2142,6 +2142,8 @@ void S_ShowMusicCredit(void)
if (!def->title)
{
// Like showing a blank credit.
S_StopMusicCredit();
return;
}