author | unc0rr |
Sat, 16 May 2009 18:33:21 +0000 | |
changeset 2066 | d0e3f570b901 |
parent 2065 | 748c35c94779 |
child 2067 | 7524a783bd8c |
hedgewars/uIO.pas | file | annotate | diff | comparison | revisions |
--- a/hedgewars/uIO.pas Sat May 16 17:02:25 2009 +0000 +++ b/hedgewars/uIO.pas Sat May 16 18:33:21 2009 +0000 @@ -310,7 +310,7 @@ inttostr(headcmd^.Time) + ')', true); -isInLag:= ((headcmd = nil) or (not tmpflag)) and (not CurrentTeam^.hasGone); +isInLag:= (headcmd = nil) and tmpflag and (not CurrentTeam^.hasGone); if isInLag then fastUntilLag:= false end;