hedgewars/hwengine.pas
changeset 6634 e00762923086
parent 6611 d9d00e537010
child 6674 4d3209a189ca
equal deleted inserted replaced
6633:2dc43ce68721 6634:e00762923086
   516 begin
   516 begin
   517     initEverything(false);
   517     initEverything(false);
   518 {$IFDEF HWLIBRARY}
   518 {$IFDEF HWLIBRARY}
   519     WriteLnToConsole('Preview connecting on port ' + inttostr(port));
   519     WriteLnToConsole('Preview connecting on port ' + inttostr(port));
   520     ipcPort:= port;
   520     ipcPort:= port;
       
   521     InitStepsFlags:= cifRandomize;
   521 {$ENDIF}
   522 {$ENDIF}
   522     InitIPC;
   523     InitIPC;
   523     IPCWaitPongEvent;
   524     IPCWaitPongEvent;
   524     TryDo(InitStepsFlags = cifRandomize, 'Some parameters not set (flags = ' + inttostr(InitStepsFlags) + ')', true);
   525     TryDo(InitStepsFlags = cifRandomize, 'Some parameters not set (flags = ' + inttostr(InitStepsFlags) + ')', true);
   525 
   526