Changeset 457 for trunk/LocalPlayer/Nego.pas
- Timestamp:
- Nov 27, 2023, 12:10:57 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Nego.pas
r447 r457 731 731 begin 732 732 SimpleMessage(Phrases.Lookup('MAX2WANTS')); 733 Exit 733 Exit; 734 734 end; 735 735 Price := ButtonPrice[TButtonN(Sender).Tag and $FF]; … … 765 765 ShowModal; 766 766 if ModalResult <> mrOK then 767 Exit 767 Exit; 768 768 end; 769 769 ModalSelectDlg.ShowNewContent(wmModal, kEShipPart);
Note:
See TracChangeset
for help on using the changeset viewer.