Changeset 265 for trunk/Forms/UFormClient.pas
- Timestamp:
- Jan 15, 2019, 1:03:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.pas
r249 r265 152 152 FormMove.TrackBarRepeat.Max := FormMove.SpinEditRepeat.MaxValue; 153 153 FormMove.TrackBarRepeat.Position := FormMove.SpinEditRepeat.Value; 154 FormMove.DefendCount := CellTo.MapCell.Power; 154 if Assigned(CellTo.MapCell.OneUnit) then 155 FormMove.DefendCount := CellTo.MapCell.OneUnit.Power 156 else FormMove.DefendCount := 0; 155 157 // Attack count from other surrounding cells without current move if already exists 156 158 FormMove.AttackCount := 0;
Note:
See TracChangeset
for help on using the changeset viewer.