Revert 'Use Author like RR for now'

This reverts commit 1d4da50b00.
This commit is contained in:
NepDisk 2025-03-12 15:27:50 -04:00
parent dc68da6da3
commit 175e7e3cab

View file

@ -1748,8 +1748,8 @@ void S_ShowMusicCredit(void)
}\
}
MUSICCREDITAPPEND(def->author, true);
MUSICCREDITAPPEND(def->source, false);
MUSICCREDITAPPEND(def->author, false);
MUSICCREDITAPPEND(def->source, true);
//#undef MUSICCREDITAPPEND
}