diff -r ee85798d6974 -r f2031643fe98 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Fri Apr 29 18:18:32 2016 +0200 +++ b/hedgewars/uSound.pas Fri Apr 29 19:01:52 2016 +0200 @@ -593,7 +593,7 @@ s:= readValueFromINI(MusicFN, '/Music/credits.txt'); if Length(s) > 0 then - AddChatString(char(2) + '© Music: ' + s); + AddChatString(char(#10) + '© Music: ' + s); SDLCheck(Mix_FadeInMusic(Mus, -1, 3000) <> -1, 'Mix_FadeInMusic', false) end;