Ignore:
Timestamp:
May 18, 2022, 10:43:27 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/IsoEngine.pas

    r401 r442  
    55
    66uses
    7   Protocol, ClientTools, ScreenTools, Tribes,
    8   LCLIntf, LCLType, SysUtils, Classes, Graphics, UPixelPointer, UGraphicSet;
     7  Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils,
     8  Classes, Graphics, UPixelPointer, UGraphicSet;
    99
    1010const
     
    719719      end;
    720720    end;
    721 end; { PaintUnit }
     721end;
    722722
    723723procedure TIsoMap.PaintCity(x, y: integer; const CityInfo: TCityInfo;
     
    804804    Textout(xShield + 2, yShield - 1, LabelTextColor, s);
    805805  end;
    806 end; { PaintCity }
     806end;
    807807
    808808function PoleTile(Loc: integer): integer;
     
    13001300      Textout(x + xxt - 16, y + yyt - 9, $00E0FF,
    13011301        IntToStr(integer(DebugMap[Loc])))
    1302 end; { PaintTileObjects }
     1302end;
    13031303
    13041304procedure TIsoMap.PaintGrid(x, y, nx, ny: integer);
     
    16871687
    16881688  // frame(FOutput.Canvas,x+1,y+1,x+nx*33+33-2,y+ny*16+32-2,$FFFF,$FFFF);
    1689 end; { Paint }
     1689end;
    16901690
    16911691procedure TIsoMap.AttackBegin(const ShowMove: TShowMove);
Note: See TracChangeset for help on using the changeset viewer.