Ignore:
Timestamp:
Mar 17, 2021, 10:42:18 AM (3 years ago)
Author:
chronos
Message:
  • Modified: TGrExtDescr record changed to class. GrExt changed to dynamic array.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Tribes.pas

    r301 r312  
    623623      ok := True;
    624624      TestPic.GrName := Copy(Input, 8, 255) + '.png';
    625       HGr := nGrExt - 1;
     625      HGr := GrExt.Count - 1;
    626626      while (HGr >= 0) and (GrExt[HGr].Name <> TestPic.GrName) do
    627627        Dec(HGr);
Note: See TracChangeset for help on using the changeset viewer.