diff -r 8163c9aaad0c -r 8ad0e23e6d63 hedgewars/uCommands.pas --- a/hedgewars/uCommands.pas Tue Feb 01 08:15:01 2011 +0100 +++ b/hedgewars/uCommands.pas Tue Feb 01 15:30:08 2011 +0100 @@ -60,7 +60,7 @@ if c in ['/', '$'] then Delete(CmdStr, 1, 1) else c:= '/'; s:= ''; SplitBySpace(CmdStr, s); -{$IFDEF DEBUGFILE}AddFileLog('[Cmd] ' + c + CmdStr + ' (' + inttostr(length(s)) + ')');{$ENDIF} +AddFileLog('[Cmd] ' + c + CmdStr + ' (' + inttostr(length(s)) + ')'); t:= Variables; while t <> nil do begin