hedgewars/uGears.pas
changeset 10395 0d20f6fc038a
parent 10254 eb28335df088
child 10490 b30b8d39d662
equal deleted inserted replaced
10394:0e0c3936412f 10395:0d20f6fc038a
   460         SendIPC(_S'#');
   460         SendIPC(_S'#');
   461         AddFileLog('hiTicks increment message sent')
   461         AddFileLog('hiTicks increment message sent')
   462         end;
   462         end;
   463 
   463 
   464     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
   464     if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then
       
   465         begin
       
   466         AddFileLog('hiTicks increment (current team is local or gone)');
   465         inc(hiTicks) // we do not recieve a message for this
   467         inc(hiTicks) // we do not recieve a message for this
       
   468         end
   466     end;
   469     end;
   467 AddRandomness(CheckSum);
   470 AddRandomness(CheckSum);
   468 TurnClockActive:= prevtime <> TurnTimeLeft;
   471 TurnClockActive:= prevtime <> TurnTimeLeft;
   469 inc(GameTicks)
   472 inc(GameTicks)
   470 end;
   473 end;