equal
deleted
inserted
replaced
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; |