Changeset 442 for trunk/LocalPlayer/IsoEngine.pas
- Timestamp:
- May 18, 2022, 10:43:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/IsoEngine.pas
r401 r442 5 5 6 6 uses 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; 9 9 10 10 const … … 719 719 end; 720 720 end; 721 end; { PaintUnit }721 end; 722 722 723 723 procedure TIsoMap.PaintCity(x, y: integer; const CityInfo: TCityInfo; … … 804 804 Textout(xShield + 2, yShield - 1, LabelTextColor, s); 805 805 end; 806 end; { PaintCity }806 end; 807 807 808 808 function PoleTile(Loc: integer): integer; … … 1300 1300 Textout(x + xxt - 16, y + yyt - 9, $00E0FF, 1301 1301 IntToStr(integer(DebugMap[Loc]))) 1302 end; { PaintTileObjects }1302 end; 1303 1303 1304 1304 procedure TIsoMap.PaintGrid(x, y, nx, ny: integer); … … 1687 1687 1688 1688 // frame(FOutput.Canvas,x+1,y+1,x+nx*33+33-2,y+ny*16+32-2,$FFFF,$FFFF); 1689 end; { Paint }1689 end; 1690 1690 1691 1691 procedure TIsoMap.AttackBegin(const ShowMove: TShowMove);
Note:
See TracChangeset
for help on using the changeset viewer.