From c21072ec291d14632418dbd470248627e829194b Mon Sep 17 00:00:00 2001 From: fickleheart Date: Sun, 31 Mar 2019 12:49:42 -0500 Subject: [PATCH] Show music credit for credits --- src/f_finale.c | 5 +++++ src/hu_stuff.c | 2 +- src/hu_stuff.h | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/f_finale.c b/src/f_finale.c index d184a2833..5d57d34a9 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -584,6 +584,7 @@ void F_StartCredits(void) S_StopMusic(); S_ChangeMusicInternal("credit", false); + S_ShowMusicCredit(); finalecount = 0; animtimer = 0; @@ -644,6 +645,10 @@ void F_CreditDrawer(void) break; } + // draw song credits + if (cv_songcredits.value) + HU_DrawSongCredits(); + if (!credits[i] && y <= 120<