hedgewars/hwengine.pas
changeset 5674 244cbc1448bd
parent 5672 34bb680476d4
child 5682 06d5f561f772
equal deleted inserted replaced
5673:85336f377479 5674:244cbc1448bd
   239     recordFileName:= gameArgs[10];
   239     recordFileName:= gameArgs[10];
   240     cStereoMode:= smNone;
   240     cStereoMode:= smNone;
   241 {$ENDIF}
   241 {$ENDIF}
   242     cMinScreenWidth:= cScreenWidth;
   242     cMinScreenWidth:= cScreenWidth;
   243     cMinScreenHeight:= cScreenHeight;
   243     cMinScreenHeight:= cScreenHeight;
   244     if 768 < cMinScreenWidth then cMinScreenWidth:= 768;
   244     if 480 < cMinScreenWidth then cMinScreenWidth:= 480;
   245     if 576 < cMinScreenHeight then cMinScreenHeight:= 576;
   245     if 320 < cMinScreenHeight then cMinScreenHeight:= 320;
   246 
   246 
   247     initEverything(true);
   247     initEverything(true);
   248 
   248 
   249     WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (network protocol: ' + inttostr(cNetProtoVersion) + ')');
   249     WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (network protocol: ' + inttostr(cNetProtoVersion) + ')');
   250     AddFileLog('Prefix: "' + PathPrefix +'"');
   250     AddFileLog('Prefix: "' + PathPrefix +'"');