hedgewars/uStats.pas
changeset 6453 11c578d30bd3
parent 6290 c6245ed6cbc0
child 6580 6155187bf599
equal deleted inserted replaced
6452:7c6f9b6672dc 6453:11c578d30bd3
   128             AddVoice(sndRegret, vpHurtEnemy)
   128             AddVoice(sndRegret, vpHurtEnemy)
   129 
   129 
   130     else if AmmoDamagingUsed then
   130     else if AmmoDamagingUsed then
   131         AddVoice(sndMissed, PreviousTeam^.voicepack)
   131         AddVoice(sndMissed, PreviousTeam^.voicepack)
   132     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   132     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   133         // nothing ?
   133         begin end// nothing ?
   134     else if isTurnSkipped then
   134     else if isTurnSkipped then
   135         begin
   135         begin
   136         AddVoice(sndBoring, PreviousTeam^.voicepack);
   136         AddVoice(sndBoring, PreviousTeam^.voicepack);
   137         AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage);
   137         AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage);
   138         end
   138         end