hedgewars/uGears.pas
changeset 1064 9e0701c56fb3
parent 1063 a86328091611
child 1066 1f1b3686a2b0
equal deleted inserted replaced
1063:a86328091611 1064:9e0701c56fb3
   479                  if delay = 0 then
   479                  if delay = 0 then
   480                     inc(step)
   480                     inc(step)
   481                  end;
   481                  end;
   482         stChWin: if not CheckForWin then
   482         stChWin: if not CheckForWin then
   483                     begin
   483                     begin
   484                     if not bBetweenTurns then
   484                     if not (bBetweenTurns or isInMultiShoot) then
   485                        begin
   485                        begin
   486                        ParseCommand('/nextturn', true);
   486                        ParseCommand('/nextturn', true);
   487                        SwitchHedgehog;
   487                        SwitchHedgehog;
   488                        end;
   488                        end;
   489                     inc(step)
   489                     inc(step)