Ignore:
Timestamp:
Jan 3, 2024, 4:53:46 PM (4 months ago)
Author:
chronos
Message:
  • Modified: Improved scaling of ImageOp_BCC procedure.
  • Fixed: Do not initialize City dialog on game closure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r513 r515  
    27712771      begin
    27722772        SaveSettings;
    2773         CityDlg.CloseAction := None;
     2773        if Assigned(FCityDlg) then CityDlg.CloseAction := None;
    27742774        ApplyToVisibleForms(faClose);
    27752775        if LogDlg.Visible then
Note: See TracChangeset for help on using the changeset viewer.