diff -r 71e1f67dcfe7 -r e140bc57ff68 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Fri Jan 02 14:10:23 2009 +0000 +++ b/hedgewars/uIO.pas Fri Jan 02 14:22:33 2009 +0000 @@ -273,7 +273,8 @@ inttostr(headcmd^.Time) + ')', true); -isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone +isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone; +if isInLag then fastUntilLag:= false end; end.