Ignore:
Timestamp:
Dec 3, 2023, 11:49:25 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: Windows .lfm files corrected for width and height information.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r468 r470  
    29622962        begin
    29632963          if ((ClientMode < scDipStart) or (ClientMode > scDipBreak)) and
    2964             NegoDlg.Visible then
     2964            Assigned(FNegoDlg) and NegoDlg.Visible then
    29652965            NegoDlg.Close;
    29662966          Skipped := False; // always show my moves during my turn
Note: See TracChangeset for help on using the changeset viewer.