hedgewars/uIO.pas
changeset 2063 c592b01061bc
parent 2043 1f2b91b5e7ef
child 2064 727f68f22915
--- a/hedgewars/uIO.pas	Sat May 16 16:43:36 2009 +0000
+++ b/hedgewars/uIO.pas	Sat May 16 16:57:38 2009 +0000
@@ -303,7 +303,7 @@
 	RemoveCmd
 	end;
 
-if (headcmd <> nil) then
+if (headcmd <> nil) and (not tmpflag) then
 	TryDo(GameTicks < headcmd^.Time,
 			'oops, queue error. in buffer: ' + headcmd^.cmd +
 			' (' + inttostr(GameTicks) + ' > ' +