hedgewars/uGears.pas
changeset 5810 552371cc69cc
parent 5806 6778f0a7d896
child 5812 91d9de564ef5
equal deleted inserted replaced
5809:5883d62b648b 5810:552371cc69cc
   989     end;
   989     end;
   990 
   990 
   991 if ((GameTicks and $FFFF) = $FFFF) then
   991 if ((GameTicks and $FFFF) = $FFFF) then
   992     begin
   992     begin
   993     if (not CurrentTeam^.ExtDriven) then
   993     if (not CurrentTeam^.ExtDriven) then
   994         SendIPCTimeInc;
   994         begin
       
   995         SendIPC('#');
       
   996         AddFileLog('hiTicks increment message sent')
       
   997         end;
   995 
   998 
   996     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
   999     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
   997         inc(hiTicks) // we do not recieve a message for this
  1000         inc(hiTicks) // we do not recieve a message for this
   998     end;
  1001     end;
   999 
  1002