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

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r549 r550  
    12791279  Loc0: Integer;
    12801280begin
    1281   Assert(not((uix >= 0) and Supervising));
     1281  Assert(not ((uix >= 0) and Supervising));
    12821282  if uix <> UnFocus then
    12831283  begin
     
    30823082    cShowUnitChanged, cShowCityChanged, cShowAfterMove, cShowAfterAttack:
    30833083      if (Idle and (NewPlayer = Me) or not Idle and not skipped) and
    3084         not((GameMode = cMovie) and (MovieSpeed = 4)) then
     3084        not ((GameMode = cMovie) and (MovieSpeed = 4)) then
    30853085      begin
    30863086        Assert(NewPlayer = Me);
     
    31463146      if (Idle and (NewPlayer = Me) or not Idle and not skipped and
    31473147        (TShowMove(Data).emix <> $FFFF)) and
    3148         not((GameMode = cMovie) and (MovieSpeed = 4)) then
     3148        not ((GameMode = cMovie) and (MovieSpeed = 4)) then
    31493149      begin
    31503150        Assert(NewPlayer = Me);
     
    33273327      if (Idle and (NewPlayer = Me) or not Idle and not skipped and
    33283328        (TShowMove(Data).emix <> $FFFF)) and
    3329         not((GameMode = cMovie) and (MovieSpeed = 4)) then
     3329        not ((GameMode = cMovie) and (MovieSpeed = 4)) then
    33303330      begin
    33313331        Assert(NewPlayer = Me);
     
    60236023  begin // attack -- search enemy unit
    60246024    if (MyModel[MyUn[UnFocus].mix].Attack = 0) and
    6025       not((MyModel[MyUn[UnFocus].mix].Cap[mcBombs] > 0) and
     6025      not ((MyModel[MyUn[UnFocus].mix].Cap[mcBombs] > 0) and
    60266026      (MyUn[UnFocus].Flags and unBombsLoaded <> 0)) then
    60276027    begin
     
    76197619      ((MyRO.Wonder[woGardens].EffectiveOwner = Me) or
    76207620      (Tile and fTerrain <> fArctic) and (Tile and fTerrain <> fDesert)) and
    7621       not((mox.Domain = dAir) and (Tile and fCity = 0) and
     7621      not ((mox.Domain = dAir) and (Tile and fCity = 0) and
    76227622      (Tile and fTerImp <> tiBase));
    7623     mStay.Visible := not((mox.Domain = dAir) and (Tile and fCity = 0) and
     7623    mStay.Visible := not ((mox.Domain = dAir) and (Tile and fCity = 0) and
    76247624      (Tile and fTerImp <> tiBase));
    76257625    mCity.Visible := Extended and (mox.Kind = mkSettler) or
Note: See TracChangeset for help on using the changeset viewer.