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