hedgewars/uTeams.pas
changeset 7669 a85e1c167b69
parent 7442 9bb6abdb5675
child 7755 b8958e64e68d
equal deleted inserted replaced
7668:4cb423f42105 7669:a85e1c167b69
    62     exit;
    62     exit;
    63 CheckForWin:= true;
    63 CheckForWin:= true;
    64 
    64 
    65 TurnTimeLeft:= 0;
    65 TurnTimeLeft:= 0;
    66 ReadyTimeLeft:= 0;
    66 ReadyTimeLeft:= 0;
       
    67 
       
    68 // if the game ends during a multishot, do last TurnReaction
       
    69 if (not bBetweenTurns) and isInMultiShoot then
       
    70     TurnReaction();
       
    71 
    67 if not GameOver then
    72 if not GameOver then
    68     begin
    73     begin
    69     if AliveCount = 0 then
    74     if AliveCount = 0 then
    70         begin // draw
    75         begin // draw
    71         AddCaption(trmsg[sidDraw], cWhiteColor, capgrpGameState);
    76         AddCaption(trmsg[sidDraw], cWhiteColor, capgrpGameState);