mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
S_ShowMusicCredit: If the track has no title, clear existing music credit.
This commit is contained in:
parent
65ab29b469
commit
d9589edbb8
1 changed files with 2 additions and 0 deletions
|
|
@ -2142,6 +2142,8 @@ void S_ShowMusicCredit(void)
|
||||||
|
|
||||||
if (!def->title)
|
if (!def->title)
|
||||||
{
|
{
|
||||||
|
// Like showing a blank credit.
|
||||||
|
S_StopMusicCredit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue