hedgewars/uStats.pas
changeset 12095 e1bca1ebbad9
parent 11914 c9bad8a01185
child 12157 e837912ba85d
equal deleted inserted replaced
12094:4dfc95eabee1 12095:e1bca1ebbad9
   139 
   139 
   140     else if AmmoDamagingUsed then
   140     else if AmmoDamagingUsed then
   141         AddVoice(sndMissed, PreviousTeam^.voicepack)
   141         AddVoice(sndMissed, PreviousTeam^.voicepack)
   142     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   142     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   143         begin end// nothing ?
   143         begin end// nothing ?
   144     else if isTurnSkipped and not PlacingHogs then
   144     else if isTurnSkipped and (not PlacingHogs) then
   145         begin
   145         begin
   146         AddVoice(sndCoward, PreviousTeam^.voicepack);
   146         AddVoice(sndCoward, PreviousTeam^.voicepack);
   147         AddCaption(FormatA(GetEventString(eidTurnSkipped), s), cWhiteColor, capgrpMessage);
   147         AddCaption(FormatA(GetEventString(eidTurnSkipped), s), cWhiteColor, capgrpMessage);
   148         end
   148         end
   149     end;
   149     end;