Changeset 205 for trunk/GameServer.pas
- Timestamp:
- May 8, 2020, 4:54:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameServer.pas
r192 r205 7 7 8 8 uses 9 Protocol, Database, dynlibs, Platform, dateutils, fgl, FileUtil, Graphics;9 Protocol, Database, dynlibs, Platform, dateutils, fgl, LazFileUtils, Graphics; 10 10 11 11 const … … 2700 2700 end; 2701 2701 2702 const2703 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 2706 2702 var 2707 2703 d, i, j, p1, p2, pt0, pt1, uix1, cix1, Loc0, Loc1, dx, dy, NewCap, MinCap, … … 2709 2705 StopTurn, FutureMCost, NewProject, OldImp, mix, V8, V21, AStr, DStr, 2710 2706 ABaseDamage, DBaseDamage: integer; 2711 CityReport , AltCityReport: TCityReport;2707 CityReport: TCityReport; 2712 2708 FormerCLState: TCmdListState; 2713 EndTime: int64;2714 2709 Adjacent: TVicinity8Loc; 2715 2710 Radius: TVicinity21Loc;
Note:
See TracChangeset
for help on using the changeset viewer.