Ignore:
Timestamp:
Apr 28, 2022, 10:46:44 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Incorrectly renamed function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Nego.pas

    r431 r432  
    648648  if (X >= xNationPicture0) and (X < xNationPicture0 + 64) and
    649649    (Y >= yNationPicture) and (Y < yNationPicture + 48) then
    650     NatStatDlg.ShowNewContent(WindowModePersistent(FWindowMode), DipMem[me].pContact)
     650    NatStatDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), DipMem[me].pContact)
    651651  else if (X >= xNationPicture1) and (X < xNationPicture1 + 64) and
    652652    (Y >= yNationPicture) and (Y < yNationPicture + 48) then
    653     NatStatDlg.ShowNewContent(WindowModePersistent(FWindowMode), me)
     653    NatStatDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), me)
    654654end;
    655655
Note: See TracChangeset for help on using the changeset viewer.