author | unc0rr |
Sat, 16 May 2009 16:57:38 +0000 | |
changeset 2063 | c592b01061bc |
parent 2062 | 61e9acf4bb42 |
child 2064 | 727f68f22915 |
hedgewars/uIO.pas | file | annotate | diff | comparison | revisions |
--- 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) + ' > ' +