hedgewars/hwengine.pas
changeset 4900 8ad0e23e6d63
parent 4894 efcea232bbf6
child 4901 d1e2d82d9ccc
--- 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];