# HG changeset patch
# User unc0rr
# Date 1213021216 0
# Node ID 4d4f290d05c5d2fd223c4856ca25f61b413f6fbf
# Parent  fdbf2a5c1ad78fdd9ff9bbb66a321e8f381116f8
Fix another issue with chat, when chat string come just after 'NextTurn' cmd, thus setting Lag flag to true

diff -r fdbf2a5c1ad7 -r 4d4f290d05c5 hedgewars/uIO.pas
--- a/hedgewars/uIO.pas	Sun Jun 08 18:53:02 2008 +0000
+++ b/hedgewars/uIO.pas	Mon Jun 09 14:20:16 2008 +0000
@@ -218,7 +218,6 @@
 
 while (headcmd <> nil) and ((GameTicks = headcmd^.Time) or (headcmd^.cmd = 's')) do
 	begin
-	tmpflag:= true;
 	case headcmd^.cmd of
 		'L': ParseCommand('+left', true);
 		'l': ParseCommand('-left', true);