hedgewars/uTeams.pas
changeset 13761 6fd56a26e8b8
parent 13760 72a8c0d63d80
child 13768 c084bd440009
equal deleted inserted replaced
13760:72a8c0d63d80 13761:6fd56a26e8b8
    78 // if the game ends during a multishot, do last TurnStats + TurnReaction
    78 // if the game ends during a multishot, do last TurnStats + TurnReaction
    79 if (not bBetweenTurns) and isInMultiShoot then
    79 if (not bBetweenTurns) and isInMultiShoot then
    80     begin
    80     begin
    81     TurnStats();
    81     TurnStats();
    82     TurnReaction();
    82     TurnReaction();
       
    83     TurnStatsReset();
    83     end;
    84     end;
    84 
    85 
    85 if not TeamsGameOver then
    86 if not TeamsGameOver then
    86     begin
    87     begin
    87     if AliveCount = 0 then
    88     if AliveCount = 0 then