Ignore:
Timestamp:
May 3, 2018, 12:26:57 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Reduced compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Diagram.pas

    r120 r135  
    3939
    4040uses
    41   Protocol, ScreenTools, ClientTools, Term, Tribes;
     41  Protocol, ScreenTools, ClientTools, Tribes;
    4242
    4343{$R *.lfm}
     
    141141
    142142procedure TDiaDlg.OffscreenPaint;
    143 type
    144   TLine = array [0 .. 99999, 0 .. 2] of Byte;
    145143var
    146144  p, T, max, x, y, y0, Stop, r, RoundRange, LineStep: integer;
Note: See TracChangeset for help on using the changeset viewer.