Changeset 228 for trunk/Forms/UFormUnitMoves.pas
- Timestamp:
- Sep 18, 2018, 5:24:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormUnitMoves.pas
r181 r228 41 41 if (Mode = pmHuman) and (Item.Index < Moves.Count) then 42 42 with TUnitMove(Moves[Item.Index]) do begin 43 Item.Caption := CellFrom.ToString;44 Item.SubItems.Add( CellTo.ToString);43 Item.Caption := IntToStr(CellFrom.MapCell.Id); 44 Item.SubItems.Add(IntToStr(CellTo.Mapcell.Id)); 45 45 Item.SubItems.Add(IntToStr(CountOnce)); 46 46 Item.SubItems.Add(IntToStr(CountRepeat));
Note:
See TracChangeset
for help on using the changeset viewer.