Changeset 558 for trunk/LocalPlayer/CityType.pas
- Timestamp:
- Apr 25, 2024, 6:31:34 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityType.pas
r536 r558 158 158 nPool := 0; 159 159 for iix := nWonder to nImp - 1 do 160 if not (iix in Listed) and (Imp[iix].Kind = ikCommon) and (iix <> imTrGoods)160 if not (iix in Listed) and (Imp[iix].Kind = ikCommon) and (iix <> imTrGoods) 161 161 and (Imp[iix].Preq <> preNA) and 162 162 ((Imp[iix].Preq = preNone) or (MyRO.Tech[Imp[iix].Preq] >= tsApplicable))
Note:
See TracChangeset
for help on using the changeset viewer.