Use Author like RR for now

This commit is contained in:
NepDisk 2025-03-12 14:48:28 -04:00
parent f1c27ff963
commit 1d4da50b00

View file

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