Ignore:
Timestamp:
Apr 22, 2024, 10:17:01 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/IsoEngine.pas

    r549 r550  
    988988  begin
    989989    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);
    992991    TerrainSprite(X, Y, spRiver + Conn mod 8 + (Conn div 8) * TerrainIconCols);
    993992  end;
     
    12601259        UnitInfo.Health := DefHealth;
    12611260      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))
    12631262      then
    12641263{$IFNDEF SCR} if (UnFocus >= 0) and (Loc = MyUn[UnFocus].Loc) then { active unit }
Note: See TracChangeset for help on using the changeset viewer.