Fix for teh fix
authorunc0rr
Sat, 16 May 2009 16:58:54 +0000
changeset 2064 727f68f22915
parent 2063 c592b01061bc
child 2065 748c35c94779
Fix for teh fix
hedgewars/uIO.pas
--- a/hedgewars/uIO.pas	Sat May 16 16:57:38 2009 +0000
+++ b/hedgewars/uIO.pas	Sat May 16 16:58:54 2009 +0000
@@ -303,7 +303,7 @@
 	RemoveCmd
 	end;
 
-if (headcmd <> nil) and (not tmpflag) then
+if (headcmd <> nil) and tmpflag then
 	TryDo(GameTicks < headcmd^.Time,
 			'oops, queue error. in buffer: ' + headcmd^.cmd +
 			' (' + inttostr(GameTicks) + ' > ' +