equal
deleted
inserted
replaced
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 |