hedgewars/hwengine.pas
changeset 11772 927c45b83496
parent 11771 c9da8046f618
child 11776 f2031643fe98
--- 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;
 
 ///////////////////////////////////////////////////////////////////////////////