Changeset 510 for trunk


Ignore:
Timestamp:
Dec 27, 2023, 10:59:29 AM (4 months ago)
Author:
chronos
Message:
  • Fixed: Missing unit stat dialog position initialization for enemy city.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/UnitStat.pas

    r478 r510  
    404404      BitBltCanvas(Offscreen.Canvas, 0, 0, wCommon, hEnemyCity,
    405405        Back.Canvas, 4 * wCommon, 0);
     406      yView := 171;
     407      yTotal := 231;
    406408    end;
    407409  end;
Note: See TracChangeset for help on using the changeset viewer.