# HG changeset patch
# User unc0rr
# Date 1242498801 0
# Node ID d0e3f570b90161ebba8e19ff1a5b45ca746de9eb
# Parent  748c35c94779161cb52bc3f7478d1a9c27dd589f
Final fix

diff -r 748c35c94779 -r d0e3f570b901 hedgewars/uIO.pas
--- 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;