hedgewars/uChat.pas
branchwebgl
changeset 8026 4a4f21070479
parent 7722 1518827049ed
child 8330 aaefa587e277
--- a/hedgewars/uChat.pas	Sun Nov 11 16:53:16 2012 +0100
+++ b/hedgewars/uChat.pas	Sun Nov 11 17:15:19 2012 +0100
@@ -211,7 +211,7 @@
 else if (s[1] = '-') and (s[Length(s)] = '-') then
     x:= 3;
     
-if not CurrentTeam^.ExtDriven and (x <> 0) then
+if (not CurrentTeam^.ExtDriven) and (x <> 0) then
     for c:= 0 to Pred(TeamsCount) do
         if (TeamsArray[c] = CurrentTeam) then
             t:= c;