hedgewars/uIO.pas
changeset 2066 d0e3f570b901
parent 2065 748c35c94779
child 2124 d39c61eaca15
equal deleted inserted replaced
2065:748c35c94779 2066:d0e3f570b901
   308 			'oops, queue error. in buffer: ' + headcmd^.cmd +
   308 			'oops, queue error. in buffer: ' + headcmd^.cmd +
   309 			' (' + inttostr(GameTicks) + ' > ' +
   309 			' (' + inttostr(GameTicks) + ' > ' +
   310 			inttostr(headcmd^.Time) + ')',
   310 			inttostr(headcmd^.Time) + ')',
   311 			true);
   311 			true);
   312 
   312 
   313 isInLag:= ((headcmd = nil) or (not tmpflag)) and (not CurrentTeam^.hasGone);
   313 isInLag:= (headcmd = nil) and tmpflag and (not CurrentTeam^.hasGone);
   314 
   314 
   315 if isInLag then fastUntilLag:= false
   315 if isInLag then fastUntilLag:= false
   316 end;
   316 end;
   317 
   317 
   318 end.
   318 end.