Changeset 207 for trunk/GameServer.pas


Ignore:
Timestamp:
May 8, 2020, 6:28:51 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Removed more compiler hints and warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r205 r207  
    13691369  LogFileName := FileName;
    13701370  MapFileName := Map;
    1371   if FastContact then
    1372   begin
     1371  {$IFDEF FastContact}
    13731372    lx := 24;
    13741373    ly := 42;
    1375   end
    1376   else
    1377   begin
     1374  {$ELSE}
    13781375    lx := Newlx;
    1379     ly := Newly
    1380   end;
     1376    ly := Newly;
     1377  {$ENDIF}
    13811378  MapSize := lx * ly;
    13821379  if MapFileName <> '' then
Note: See TracChangeset for help on using the changeset viewer.