Ignore:
Timestamp:
Apr 28, 2022, 10:40:37 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Changed WindowMode numerical constants to enumeration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/NatStat.pas

    r414 r431  
    3232  public
    3333    procedure CheckAge;
    34     procedure ShowNewContent(NewMode: integer; p: integer = -1);
     34    procedure ShowNewContent(NewMode: TWindowMode; p: integer = -1);
    3535    procedure EcoChange;
    3636  protected
     
    145145end;
    146146
    147 procedure TNatStatDlg.ShowNewContent(NewMode, p: integer);
     147procedure TNatStatDlg.ShowNewContent(NewMode: TWindowMode; p: integer);
    148148begin
    149149  if p < 0 then
Note: See TracChangeset for help on using the changeset viewer.