Changeset 397 for trunk/LocalPlayer/ClientTools.pas
- Timestamp:
- Jun 22, 2021, 10:50:19 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/ClientTools.pas
r352 r397 636 636 procedure CityOptimizer_CityChange(cix: integer); 637 637 begin 638 if (MyRO.Government <> gAnarchy) and ( MyCity[cix].Flags and638 if (MyRO.Government <> gAnarchy) and (cix <> -1) and (MyCity[cix].Flags and 639 639 chCaptured = 0) then 640 640 begin
Note:
See TracChangeset
for help on using the changeset viewer.