Changeset 432 for trunk/LocalPlayer/Nego.pas
- Timestamp:
- Apr 28, 2022, 10:46:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Nego.pas
r431 r432 648 648 if (X >= xNationPicture0) and (X < xNationPicture0 + 64) and 649 649 (Y >= yNationPicture) and (Y < yNationPicture + 48) then 650 NatStatDlg.ShowNewContent(WindowMode Persistent(FWindowMode), DipMem[me].pContact)650 NatStatDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), DipMem[me].pContact) 651 651 else if (X >= xNationPicture1) and (X < xNationPicture1 + 64) and 652 652 (Y >= yNationPicture) and (Y < yNationPicture + 48) then 653 NatStatDlg.ShowNewContent(WindowMode Persistent(FWindowMode), me)653 NatStatDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), me) 654 654 end; 655 655
Note:
See TracChangeset
for help on using the changeset viewer.