Use Author like RR for now
This commit is contained in:
parent
f1c27ff963
commit
1d4da50b00
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue