Changeset 549 for trunk/CityProcessing.pas
- Timestamp:
- Apr 21, 2024, 8:55:53 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CityProcessing.pas
r548 r549 1605 1605 RareOK := False; 1606 1606 for iH := 0 to nHierarchy - 1 do 1607 if Hierarchy[iH, nSelection[iH]].V21 and RareTiles <> 0 then 1607 if Hierarchy[iH, nSelection[iH]].V21 and RareTiles <> 0 then begin 1608 1608 RareOK := True; 1609 Break; 1610 end; 1609 1611 if not RareOK then 1610 1612 TestReport.ProdRep := TestReport.Support;
Note:
See TracChangeset
for help on using the changeset viewer.