diff -r 5dd2c047c96f -r e031c963c5df hedgewars/uInputHandler.pas --- a/hedgewars/uInputHandler.pas Mon Oct 29 04:26:44 2012 +0100 +++ b/hedgewars/uInputHandler.pas Mon Oct 29 05:12:24 2012 +0100 @@ -220,7 +220,7 @@ for i:= 6 to cKeyMaxIndex do begin s:= shortstring(sdl_getkeyname(i)); - //WriteLnToConsole(IntToStr(i) + ': ' + s + ' ' + IntToStr(cKeyMaxIndex)); + //WriteLnToConsole('uInputHandler - ' + IntToStr(i) + ': ' + s + ' ' + IntToStr(cKeyMaxIndex)); if s = 'unknown key' then KeyNames[i]:= '' else begin