Changeset 550 for trunk/LocalPlayer/IsoEngine.pas
- Timestamp:
- Apr 22, 2024, 10:17:01 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/IsoEngine.pas
r549 r550 988 988 begin 989 989 Conn := Connection4(Loc, fRiver, fRiver) or 990 Connection4(Loc, fTerrain, fShore) or Connection4(Loc, fTerrain, 991 fUNKNOWN); 990 Connection4(Loc, fTerrain, fShore) or Connection4(Loc, fTerrain, fUNKNOWN); 992 991 TerrainSprite(X, Y, spRiver + Conn mod 8 + (Conn div 8) * TerrainIconCols); 993 992 end; … … 1260 1259 UnitInfo.Health := DefHealth; 1261 1260 if (UnitInfo.Owner <> CityOwner) and 1262 not ((CityOwner = Me) and (MyRO.Treaty[UnitInfo.Owner] = trAlliance))1261 not ((CityOwner = Me) and (MyRO.Treaty[UnitInfo.Owner] = trAlliance)) 1263 1262 then 1264 1263 {$IFNDEF SCR} if (UnFocus >= 0) and (Loc = MyUn[UnFocus].Loc) then { active unit }
Note:
See TracChangeset
for help on using the changeset viewer.