--- a/hedgewars/uStats.pas Wed Nov 07 13:31:58 2012 +0000
+++ b/hedgewars/uStats.pas Wed Nov 07 14:41:35 2012 +0000
@@ -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