hedgewars/hwengine.pas
changeset 8615 a4cb6168016e
parent 8437 93b647d6a00f
child 8742 b7b8bd398c1b
equal deleted inserted replaced
8614:5f74a047cf2c 8615:a4cb6168016e
   337 {$IFDEF HWLIBRARY}
   337 {$IFDEF HWLIBRARY}
   338     preInitEverything();
   338     preInitEverything();
   339     parseCommandLine(argc, argv);
   339     parseCommandLine(argc, argv);
   340 {$ENDIF}
   340 {$ENDIF}
   341     initEverything(true);
   341     initEverything(true);
   342     WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (network protocol: ' + inttostr(cNetProtoVersion) + ')');
   342     WriteLnToConsole('Hedgewars engine ' + cVersionString + '-r' + cRevisionString +
       
   343                      ' (' + cHashString + ') with protocol #' + inttostr(cNetProtoVersion));
   343     AddFileLog('Prefix: "' + PathPrefix +'"');
   344     AddFileLog('Prefix: "' + PathPrefix +'"');
   344     AddFileLog('UserPrefix: "' + UserPathPrefix +'"');
   345     AddFileLog('UserPrefix: "' + UserPathPrefix +'"');
   345     
   346     
   346     for i:= 0 to ParamCount do
   347     for i:= 0 to ParamCount do
   347         AddFileLog(inttostr(i) + ': ' + ParamStr(i));
   348         AddFileLog(inttostr(i) + ': ' + ParamStr(i));