diff -r 8163c9aaad0c -r 8ad0e23e6d63 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Tue Feb 01 08:15:01 2011 +0100 +++ b/hedgewars/hwengine.pas Tue Feb 01 15:30:08 2011 +0100 @@ -201,9 +201,7 @@ {$ENDIF} var p: TPathType; s: shortstring; -{$IFDEF DEBUGFILE} i: LongInt; -{$ENDIF} begin {$IFDEF HWLIBRARY} cBits:= 32; @@ -233,11 +231,9 @@ initEverything(true); WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (network protocol: ' + inttostr(cNetProtoVersion) + ')'); -{$IFDEF DEBUGFILE} AddFileLog('Prefix: "' + PathPrefix +'"'); for i:= 0 to ParamCount do AddFileLog(inttostr(i) + ': ' + ParamStr(i)); -{$ENDIF} for p:= Succ(Low(TPathType)) to High(TPathType) do if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p];