Ignore:
Timestamp:
Jan 8, 2017, 11:21:02 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Build under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityType.pas

    r10 r17  
    1 {$INCLUDE switches}
     1{$INCLUDE Switches.pas}
    22unit CityType;
    33
     
    55
    66uses
    7   Protocol, ClientTools, Term, ScreenTools, BaseWin,
    8 
    9   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
     7  Protocol, ClientTools, Term, ScreenTools, BaseWin, LCLIntf, LCLType,
     8
     9  Messages, SysUtils, Classes, Graphics, Controls, Forms,
    1010  ButtonB, ExtCtrls, ButtonA, ButtonBase;
    1111
     
    4444uses Help;
    4545
    46 {$R *.DFM}
     46{$R *.dfm}
    4747
    4848const
     
    345345  listed := [];
    346346  Changed := true;
    347   SmartUpdateContent
     347  SmartUpdateContent;
    348348end;
    349349
Note: See TracChangeset for help on using the changeset viewer.