hedgewars/uChat.pas
branchwebgl
changeset 8026 4a4f21070479
parent 7722 1518827049ed
child 8330 aaefa587e277
equal deleted inserted replaced
8023:7de85783b823 8026:4a4f21070479
   209     x:= 2
   209     x:= 2
   210     
   210     
   211 else if (s[1] = '-') and (s[Length(s)] = '-') then
   211 else if (s[1] = '-') and (s[Length(s)] = '-') then
   212     x:= 3;
   212     x:= 3;
   213     
   213     
   214 if not CurrentTeam^.ExtDriven and (x <> 0) then
   214 if (not CurrentTeam^.ExtDriven) and (x <> 0) then
   215     for c:= 0 to Pred(TeamsCount) do
   215     for c:= 0 to Pred(TeamsCount) do
   216         if (TeamsArray[c] = CurrentTeam) then
   216         if (TeamsArray[c] = CurrentTeam) then
   217             t:= c;
   217             t:= c;
   218 
   218 
   219 if x <> 0 then
   219 if x <> 0 then