Changeset 233 for trunk/UClientGUI.pas
- Timestamp:
- Sep 19, 2018, 3:20:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UClientGUI.pas
r231 r233 95 95 if Assigned(ControlPlayer) then begin 96 96 for Cell in ControlPlayer.PlayerMap.Cells do begin 97 if (Cell.MapCell.Terrain <> ttVoid) and View.IsCellVisible(Cell.MapCell) then begin97 if View.IsCellVisible(Cell.MapCell) and (Cell.MapCell.Terrain <> ttVoid) then begin 98 98 if Cell.MapCell.Player = ControlPlayer then 99 99 CellText := IntToStr(Cell.GetAvialPower)
Note:
See TracChangeset
for help on using the changeset viewer.