--- a/hedgewars/uStats.pas Sun Nov 11 16:53:16 2012 +0100
+++ b/hedgewars/uStats.pas Sun Nov 11 17:15:19 2012 +0100
@@ -138,7 +138,7 @@
AddVoice(sndBoring, PreviousTeam^.voicepack);
AddCaption(Format(GetEventString(eidTurnSkipped), CurrentHedgehog^.Name), cWhiteColor, capgrpMessage);
end
- else if (not PlacingHogs) then
+ else if not PlacingHogs then
AddVoice(sndCoward, PreviousTeam^.voicepack);
end;
@@ -215,7 +215,7 @@
for t:= 0 to Pred(TeamsCount) do
with TeamsArray[t]^ do
begin
- if (not ExtDriven) then
+ if not ExtDriven then
SendStat(siTeamStats, GetTeamStatString(TeamsArray[t]));
for i:= 0 to cMaxHHIndex do
begin