Changeset 319 for trunk/CityProcessing.pas
- Timestamp:
- Mar 19, 2021, 3:31:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CityProcessing.pas
r205 r319 972 972 // check if wonder already built 973 973 if (Project and cpImp <> 0) and (Project and cpIndex < 28) and 974 (GWonder[Project and cpIndex].CityID <> -1) then974 (GWonder[Project and cpIndex].CityID <> WonderNotBuiltYet) then 975 975 begin 976 976 inc(Flags, chOldWonder);
Note:
See TracChangeset
for help on using the changeset viewer.