hedgewars/uStats.pas
changeset 15220 ceb289e8a582
parent 14963 2d5f1dc637da
child 15470 846b5f879408
equal deleted inserted replaced
15219:b71bae455926 15220:ceb289e8a582
   387     // Timeout
   387     // Timeout
   388     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   388     else if (AmmoUsedCount > 0) and (not isTurnSkipped) then
   389         begin end// nothing ?
   389         begin end// nothing ?
   390 
   390 
   391     // Turn skipped
   391     // Turn skipped
   392     else if isTurnSkipped and (not PlacingHogs) then
   392     else if isTurnSkipped and (not PlacingHogs) and (not PlacingKings) then
   393         begin
   393         begin
   394         AddVoice(sndCoward, PreviousTeam^.voicepack);
   394         AddVoice(sndCoward, PreviousTeam^.voicepack);
   395         AddCaption(FormatA(GetEventString(eidTurnSkipped), s), capcolDefault, capgrpMessage);
   395         AddCaption(FormatA(GetEventString(eidTurnSkipped), s), capcolDefault, capgrpMessage);
   396         end
   396         end
   397     end;
   397     end;