Changeset 550 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Apr 22, 2024, 10:17:01 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r549 r550 1279 1279 Loc0: Integer; 1280 1280 begin 1281 Assert(not ((uix >= 0) and Supervising));1281 Assert(not ((uix >= 0) and Supervising)); 1282 1282 if uix <> UnFocus then 1283 1283 begin … … 3082 3082 cShowUnitChanged, cShowCityChanged, cShowAfterMove, cShowAfterAttack: 3083 3083 if (Idle and (NewPlayer = Me) or not Idle and not skipped) and 3084 not ((GameMode = cMovie) and (MovieSpeed = 4)) then3084 not ((GameMode = cMovie) and (MovieSpeed = 4)) then 3085 3085 begin 3086 3086 Assert(NewPlayer = Me); … … 3146 3146 if (Idle and (NewPlayer = Me) or not Idle and not skipped and 3147 3147 (TShowMove(Data).emix <> $FFFF)) and 3148 not ((GameMode = cMovie) and (MovieSpeed = 4)) then3148 not ((GameMode = cMovie) and (MovieSpeed = 4)) then 3149 3149 begin 3150 3150 Assert(NewPlayer = Me); … … 3327 3327 if (Idle and (NewPlayer = Me) or not Idle and not skipped and 3328 3328 (TShowMove(Data).emix <> $FFFF)) and 3329 not ((GameMode = cMovie) and (MovieSpeed = 4)) then3329 not ((GameMode = cMovie) and (MovieSpeed = 4)) then 3330 3330 begin 3331 3331 Assert(NewPlayer = Me); … … 6023 6023 begin // attack -- search enemy unit 6024 6024 if (MyModel[MyUn[UnFocus].mix].Attack = 0) and 6025 not ((MyModel[MyUn[UnFocus].mix].Cap[mcBombs] > 0) and6025 not ((MyModel[MyUn[UnFocus].mix].Cap[mcBombs] > 0) and 6026 6026 (MyUn[UnFocus].Flags and unBombsLoaded <> 0)) then 6027 6027 begin … … 7619 7619 ((MyRO.Wonder[woGardens].EffectiveOwner = Me) or 7620 7620 (Tile and fTerrain <> fArctic) and (Tile and fTerrain <> fDesert)) and 7621 not ((mox.Domain = dAir) and (Tile and fCity = 0) and7621 not ((mox.Domain = dAir) and (Tile and fCity = 0) and 7622 7622 (Tile and fTerImp <> tiBase)); 7623 mStay.Visible := not ((mox.Domain = dAir) and (Tile and fCity = 0) and7623 mStay.Visible := not ((mox.Domain = dAir) and (Tile and fCity = 0) and 7624 7624 (Tile and fTerImp <> tiBase)); 7625 7625 mCity.Visible := Extended and (mox.Kind = mkSettler) or
Note:
See TracChangeset
for help on using the changeset viewer.