hedgewars/hwengine.pas
changeset 10127 7f29a65aa1e4
parent 10122 cefede760264
child 10133 d73412fbf3b4
equal deleted inserted replaced
10126:2fa3bb7785ee 10127:7f29a65aa1e4
   334     parseCommandLine(argc, argv);
   334     parseCommandLine(argc, argv);
   335 {$ENDIF}
   335 {$ENDIF}
   336     initEverything(true);
   336     initEverything(true);
   337     WriteLnToConsole('Hedgewars engine ' + cVersionString + '-r' + cRevisionString +
   337     WriteLnToConsole('Hedgewars engine ' + cVersionString + '-r' + cRevisionString +
   338                      ' (' + cHashString + ') with protocol #' + inttostr(cNetProtoVersion));
   338                      ' (' + cHashString + ') with protocol #' + inttostr(cNetProtoVersion));
   339     AddFileLog('Prefix: "' + PathPrefix +'"');
   339     AddFileLog('Prefix: "' + shortstring(PathPrefix) +'"');
   340     AddFileLog('UserPrefix: "' + UserPathPrefix +'"');
   340     AddFileLog('UserPrefix: "' + shortstring(UserPathPrefix) +'"');
   341 
   341 
   342     for i:= 0 to ParamCount do
   342     for i:= 0 to ParamCount do
   343         AddFileLog(inttostr(i) + ': ' + ParamStr(i));
   343         AddFileLog(inttostr(i) + ': ' + ParamStr(i));
   344 
   344 
   345     WriteToConsole('Init SDL... ');
   345     WriteToConsole('Init SDL... ');