Ignore:
Timestamp:
Nov 29, 2023, 6:25:22 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Tribes.pas

    r457 r464  
    509509        HGr := LoadGraphicSet(GrName);
    510510        pix := Info.pix;
    511         Inc(HGr.pixUsed[pix]);
     511        Inc(HGr.PixUsed[pix]);
    512512      end;
    513513      ModelName[mix] := '';
     
    584584      else
    585585      begin
    586         Used := 4 * HGr.pixUsed[TestPic.pix];
     586        Used := 4 * HGr.PixUsed[TestPic.pix];
    587587        if HGr = HGrStdUnits then
    588588          Inc(Used, 2); // prefer units not from StdUnits
Note: See TracChangeset for help on using the changeset viewer.