Changeset 205 for trunk/GameServer.pas


Ignore:
Timestamp:
May 8, 2020, 4:54:17 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Removed various code compilation warnings and hints.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r192 r205  
    77
    88uses
    9   Protocol, Database, dynlibs, Platform, dateutils, fgl, FileUtil, Graphics;
     9  Protocol, Database, dynlibs, Platform, dateutils, fgl, LazFileUtils, Graphics;
    1010
    1111const
     
    27002700  end;
    27012701
    2702 const
    2703   Dirx: array [0 .. 7] of integer = (1, 2, 1, 0, -1, -2, -1, 0);
    2704   Diry: array [0 .. 7] of integer = (-1, 0, 1, 2, 1, 0, -1, -2);
    2705 
    27062702var
    27072703  d, i, j, p1, p2, pt0, pt1, uix1, cix1, Loc0, Loc1, dx, dy, NewCap, MinCap,
     
    27092705    StopTurn, FutureMCost, NewProject, OldImp, mix, V8, V21, AStr, DStr,
    27102706    ABaseDamage, DBaseDamage: integer;
    2711   CityReport, AltCityReport: TCityReport;
     2707  CityReport: TCityReport;
    27122708  FormerCLState: TCmdListState;
    2713   EndTime: int64;
    27142709  Adjacent: TVicinity8Loc;
    27152710  Radius: TVicinity21Loc;
Note: See TracChangeset for help on using the changeset viewer.