changeset 4900 | 8ad0e23e6d63 |
parent 4650 | 0167cbb6aee3 |
child 4976 | 088d40d8aba2 |
--- 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