Changeset 548 for trunk/NoTerm.pas


Ignore:
Timestamp:
Apr 21, 2024, 10:57:18 AM (4 weeks ago)
Author:
chronos
Message:
  • Fixed: Bad unit drawing in battle dialog.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NoTerm.pas

    r531 r548  
    359359      if TotalStatTime > 0 then
    360360      begin
    361         TimeShare := trunc(TimeStat[I] / TotalStatTime * 100 + 0.5);
     361        TimeShare := Trunc(TimeStat[I] / TotalStatTime * 100 + 0.5);
    362362        RisedTextOut(Canvas, xBrain[I] + 34 + 16, yBrain[I] + 51 + 16,
    363363          IntToStr(TimeShare) + '%');
Note: See TracChangeset for help on using the changeset viewer.