Changeset 328 for trunk/LocalPlayer/CityType.pas
- Timestamp:
- Mar 25, 2021, 3:02:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityType.pas
r188 r328 158 158 159 159 nPool := 0; 160 for iix := 28to nImp - 1 do160 for iix := nWonder to nImp - 1 do 161 161 if not(iix in listed) and (Imp[iix].Kind = ikCommon) and (iix <> imTrGoods) 162 162 and (Imp[iix].Preq <> preNA) and
Note:
See TracChangeset
for help on using the changeset viewer.