diff -r 94c948a92759 -r 05192cdbce9b hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Tue Nov 30 22:46:47 2010 +0100 +++ b/hedgewars/uUtils.pas Wed Dec 01 00:58:03 2010 +0100 @@ -50,9 +50,8 @@ implementation uses typinfo, Math, uConsts, uVariables, SysUtils; -var {$IFDEF DEBUGFILE} - f: textfile; +var f: textfile; {$ENDIF} // should this include "strtolower()" for the split string?