mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 16:31:15 +00:00
M_DrawSoundTest: If a song has no title, show "Untitled" instead.
This commit is contained in:
parent
d9fd0eda2e
commit
65ab29b469
1 changed files with 2 additions and 0 deletions
|
|
@ -6112,6 +6112,8 @@ void M_DrawSoundTest(void)
|
|||
}
|
||||
|
||||
titletext = soundtest.current->title;
|
||||
if (!titletext)
|
||||
titletext = "Untitled"; // Har har.
|
||||
|
||||
V_DrawThinString(x+1, y, V_ALLOWLOWERCASE|V_6WIDTHSPACE, titletext);
|
||||
if (soundtest.current->numtracks > 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue