Changeset 60 for trunk/UCore.pas


Ignore:
Timestamp:
Sep 26, 2014, 12:27:50 AM (10 years ago)
Author:
chronos
Message:
  • Fixed: Limited depth of win probability calculation.
  • Fixed: Show probability using sum of all attacking units from multiple cells.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r59 r60  
    8989  FormMove.TrackBarRepeat.Position := FormMove.SpinEditRepeat.Value;
    9090  FormMove.DefendCount := CellTo.Power;
     91  FormMove.AttackCount := CellTo.GetAttackPower;
    9192  if FormMove.ShowModal = mrOk then begin
    9293    CountOnce := FormMove.SpinEditOnce.Value;
Note: See TracChangeset for help on using the changeset viewer.