hedgewars/uGears.pas
changeset 7669 a85e1c167b69
parent 7667 4346566c5a58
child 7721 2b1ad418ba39
equal deleted inserted replaced
7668:4cb423f42105 7669:a85e1c167b69
   282         if delay = 0 then
   282         if delay = 0 then
   283             inc(step)
   283             inc(step)
   284             end;
   284             end;
   285     stChWin:
   285     stChWin:
   286         begin
   286         begin
   287         if CheckForWin() then
   287         CheckForWin();
   288             // if the game ends during a multishot, do last TurnReaction
       
   289             if (not bBetweenTurns) and isInMultiShoot then
       
   290                 TurnReaction();
       
   291         inc(step)
   288         inc(step)
   292         end;
   289         end;
   293     stWater:
   290     stWater:
   294     if (not bBetweenTurns) and (not isInMultiShoot) then
   291     if (not bBetweenTurns) and (not isInMultiShoot) then
   295         begin
   292         begin