Duplicate current track title per VC discussion

This commit is contained in:
toaster 2023-03-30 23:31:37 +01:00
parent fe8db18066
commit 6f99a75c24

View file

@ -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)