From 1d4da50b00b89982d1b4f7efdc11f3bf6a157ad3 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 12 Mar 2025 14:48:28 -0400 Subject: [PATCH] Use Author like RR for now --- src/s_sound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s_sound.c b/src/s_sound.c index 136a054b3..a20010a60 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -1748,8 +1748,8 @@ void S_ShowMusicCredit(void) }\ } - MUSICCREDITAPPEND(def->author, false); - MUSICCREDITAPPEND(def->source, true); + MUSICCREDITAPPEND(def->author, true); + MUSICCREDITAPPEND(def->source, false); //#undef MUSICCREDITAPPEND }