equal
deleted
inserted
replaced
138 else if isTurnSkipped then |
138 else if isTurnSkipped then |
139 begin |
139 begin |
140 PlaySound(sndBoring, PreviousTeam^.voicepack); |
140 PlaySound(sndBoring, PreviousTeam^.voicepack); |
141 AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage); |
141 AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage); |
142 end |
142 end |
143 else |
143 else if not PlacingHogs then |
144 PlaySound(sndCoward, PreviousTeam^.voicepack); |
144 PlaySound(sndCoward, PreviousTeam^.voicepack); |
145 end; |
145 end; |
146 |
146 |
147 |
147 |
148 for t:= 0 to Pred(TeamsCount) do // send even on zero turn |
148 for t:= 0 to Pred(TeamsCount) do // send even on zero turn |