--- a/hedgewars/uIO.pas Mon Oct 13 19:04:27 2008 +0000
+++ b/hedgewars/uIO.pas Tue Oct 14 14:33:54 2008 +0000
@@ -273,7 +273,7 @@
inttostr(headcmd^.Time) + ')',
true);
-isInLag:= (headcmd = nil) and tmpflag
+isInLag:= (headcmd = nil) and tmpflag and not CurrentTeam^.hasGone
end;
end.