mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Duplicate current track title per VC discussion
This commit is contained in:
parent
fe8db18066
commit
6f99a75c24
1 changed files with 1 additions and 1 deletions
|
|
@ -5969,7 +5969,7 @@ void M_DrawSoundTest(void)
|
|||
|
||||
titletext = soundtest.current->title;
|
||||
|
||||
y -= 10;
|
||||
V_DrawThinString(x, y, V_ALLOWLOWERCASE|V_6WIDTHSPACE, titletext);
|
||||
if (soundtest.current->numtracks > 1)
|
||||
V_DrawThinString(x, (y += 10), V_ALLOWLOWERCASE|V_6WIDTHSPACE, va("Track %c", 'A'+soundtest.currenttrack));
|
||||
if (soundtest.current->author)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue