hedgewars/uIO.pas
changeset 908 9b79dd99cde1
parent 883 07a568ba44e0
child 945 4ead9cde4e14
equal deleted inserted replaced
907:a5b0b93a39c8 908:9b79dd99cde1
   228          true);
   228          true);
   229 
   229 
   230 tmpflag:= true;
   230 tmpflag:= true;
   231 while (headcmd <> nil) and (GameTicks = headcmd^.Time) do
   231 while (headcmd <> nil) and (GameTicks = headcmd^.Time) do
   232    begin
   232    begin
       
   233    tmpflag:= true;
   233    case headcmd^.cmd of
   234    case headcmd^.cmd of
   234         'L': ParseCommand('+left', true);
   235         'L': ParseCommand('+left', true);
   235         'l': ParseCommand('-left', true);
   236         'l': ParseCommand('-left', true);
   236         'R': ParseCommand('+right', true);
   237         'R': ParseCommand('+right', true);
   237         'r': ParseCommand('-right', true);
   238         'r': ParseCommand('-right', true);