Changeset 471 for trunk/MiniMap.pas


Ignore:
Timestamp:
Dec 4, 2023, 12:08:50 AM (6 months ago)
Author:
chronos
Message:
  • Fixed: More units uses items corrected for high DPI support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MiniMap.pas

    r468 r471  
    2121    Bitmap: TBitmap; { game world sample preview }
    2222    Size: TPoint;
    23     Colors: array [0 .. 11, 0 .. 1] of TColor;
     23    Colors: array [0..31, 0..1] of TColor;
    2424    Mode: TMiniMode;
    2525    MapOptions: TMapOptions;
Note: See TracChangeset for help on using the changeset viewer.