Changeset 267 for trunk/UClientGUI.pas
- Timestamp:
- Jan 15, 2019, 9:52:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UClientGUI.pas
r265 r267 353 353 if (MapCell.Terrain <> ttVoid) and View.IsCellVisible(MapCell) then begin 354 354 Brush.Color := MapCell.GetColor; 355 if Assigned( Cell.MapCell.OneUnit) then355 if Assigned(MapCell.OneUnit) then 356 356 CellText := IntToStr(MapCell.OneUnit.Power) 357 357 else CellText := '';
Note:
See TracChangeset
for help on using the changeset viewer.