hedgewars/uStats.pas
changeset 15225 ceb289e8a582
parent 14968 2d5f1dc637da
child 15475 846b5f879408
equal deleted inserted replaced
15224:b71bae455926 15225: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;