author | unc0rr |
Sat, 16 May 2009 16:58:54 +0000 | |
changeset 2064 | 727f68f22915 |
parent 2063 | c592b01061bc |
child 2065 | 748c35c94779 |
hedgewars/uIO.pas | file | annotate | diff | comparison | revisions |
--- 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) + ' > ' +