Changeset 464 for trunk/LocalPlayer/Tribes.pas
- Timestamp:
- Nov 29, 2023, 6:25:22 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Tribes.pas
r457 r464 509 509 HGr := LoadGraphicSet(GrName); 510 510 pix := Info.pix; 511 Inc(HGr. pixUsed[pix]);511 Inc(HGr.PixUsed[pix]); 512 512 end; 513 513 ModelName[mix] := ''; … … 584 584 else 585 585 begin 586 Used := 4 * HGr. pixUsed[TestPic.pix];586 Used := 4 * HGr.PixUsed[TestPic.pix]; 587 587 if HGr = HGrStdUnits then 588 588 Inc(Used, 2); // prefer units not from StdUnits
Note:
See TracChangeset
for help on using the changeset viewer.