diff -r c9da8046f618 -r 927c45b83496 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Fri Apr 29 12:26:13 2016 +0200 +++ b/hedgewars/hwengine.pas Fri Apr 29 13:12:26 2016 +0200 @@ -66,9 +66,6 @@ themeCredits:= read1stLn(cPathz[ptCurrTheme] + '/credits.txt'); if Length(themeCredits) > 0 then AddChatString(char(8) + '© Theme: ' + themeCredits); - - //AddChatString(char(9) + '© Hats : TODO'); - //AddChatString(char(2) + '© Music : TODO'); end; ///////////////////////////////////////////////////////////////////////////////