hedgewars/uIO.pas
changeset 1560 e140bc57ff68
parent 1432 ab212288d34d
child 1639 89b536a3cf3c
equal deleted inserted replaced
1559:71e1f67dcfe7 1560:e140bc57ff68
   271 			'oops, queue error. in buffer: ' + headcmd^.cmd +
   271 			'oops, queue error. in buffer: ' + headcmd^.cmd +
   272 			' (' + inttostr(GameTicks) + ' > ' +
   272 			' (' + inttostr(GameTicks) + ' > ' +
   273 			inttostr(headcmd^.Time) + ')',
   273 			inttostr(headcmd^.Time) + ')',
   274 			true);
   274 			true);
   275 
   275 
   276 isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone
   276 isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone;
       
   277 if isInLag then fastUntilLag:= false
   277 end;
   278 end;
   278 
   279 
   279 end.
   280 end.