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/Term.pas

    r310 r312  
    25462546          Jump[0] := 999999;
    25472547        GameMode := Command;
    2548         for i := 0 to nGrExt - 1 do
    2549           FillChar(GrExt[i].pixUsed, GrExt[i].Data.height div 49 * 10, 0);
     2548        for i := 0 to GrExt.Count - 1 do
     2549          GrExt[i].ResetPixUsed;
    25502550        IsoEngine.Reset;
    25512551        Tribes.Init;
Note: See TracChangeset for help on using the changeset viewer.