Changeset 405 for branches/highdpi/LocalPlayer/ClientTools.pas
- Timestamp:
- Nov 3, 2021, 11:22:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/ClientTools.pas
r361 r405 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 … … 756 756 initialization 757 757 758 759 758 Assert(nImp < 128); 759 CalculateAdvValues; 760 760 761 761 end.
Note:
See TracChangeset
for help on using the changeset viewer.