Changeset 549 for trunk/LocalPlayer/NatStat.pas
- Timestamp:
- Apr 21, 2024, 8:55:53 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/NatStat.pas
r536 r549 229 229 HasContact := False; 230 230 for p1 := 0 to nPl - 1 do 231 if (p1 <> Me) and (CurrentReport.Treaty[p1] > trNoContact) then 231 if (p1 <> Me) and (CurrentReport.Treaty[p1] > trNoContact) then begin 232 232 HasContact := True; 233 Break; 234 end; 233 235 if HasContact then 234 236 begin
Note:
See TracChangeset
for help on using the changeset viewer.