hedgewars/uIO.pas
changeset 1352 405ad07cf875
parent 1351 aa7aefec5c1b
child 1432 ab212288d34d
equal deleted inserted replaced
1351:aa7aefec5c1b 1352:405ad07cf875
   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
   276 isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone
   277 end;
   277 end;
   278 
   278 
   279 end.
   279 end.