hedgewars/uTeams.pas
changeset 3799 5341dc5a8919
parent 3798 7dcfdd595b30
child 3836 833c0f32e326
equal deleted inserted replaced
3798:7dcfdd595b30 3799:5341dc5a8919
   285     begin
   285     begin
   286     if CurrentTeam^.ExtDriven then
   286     if CurrentTeam^.ExtDriven then
   287         PlaySound(sndIllGetYou, CurrentTeam^.voicepack)
   287         PlaySound(sndIllGetYou, CurrentTeam^.voicepack)
   288     else
   288     else
   289         PlaySound(sndYesSir, CurrentTeam^.voicepack);
   289         PlaySound(sndYesSir, CurrentTeam^.voicepack);
   290     ReadyTimeLeft:= cReadyDelay
   290     ReadyTimeLeft:= cReadyDelay;
       
   291     AddCaption(Format(shortstring(trmsg[sidReady]), CurrentTeam^.TeamName), cWhiteColor, capgrpGameState)
   291     end
   292     end
   292 else
   293 else
   293     begin
   294     begin
   294     if TurnTimeLeft > 0 then
   295     if TurnTimeLeft > 0 then
   295         PlaySound(sndIllGetYou, CurrentTeam^.voicepack);
   296         PlaySound(sndIllGetYou, CurrentTeam^.voicepack);