Changeset 267 for trunk/UClientGUI.pas


Ignore:
Timestamp:
Jan 15, 2019, 9:52:39 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Error after opening new spectator window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UClientGUI.pas

    r265 r267  
    353353        if (MapCell.Terrain <> ttVoid) and View.IsCellVisible(MapCell) then begin
    354354          Brush.Color := MapCell.GetColor;
    355           if Assigned(Cell.MapCell.OneUnit) then
     355          if Assigned(MapCell.OneUnit) then
    356356            CellText := IntToStr(MapCell.OneUnit.Power)
    357357            else CellText := '';
Note: See TracChangeset for help on using the changeset viewer.