Changeset 460 for trunk/LocalPlayer/MessgEx.pas
- Timestamp:
- Nov 28, 2023, 3:16:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/MessgEx.pas
r457 r460 49 49 end; 50 50 51 var52 MessgExDlg: TMessgExDlg;53 51 54 52 procedure SoundMessageEx(SimpleText, SoundItem: string); … … 458 456 begin 459 457 if Kind = mkOkHelp then 460 HelpDlg.ShowNewContent(wmSubmodal, HelpKind, HelpNo)458 MainScreen.HelpDlg.ShowNewContent(wmSubmodal, HelpKind, HelpNo) 461 459 else if Kind = mkModel then 462 UnitStatDlg.ShowNewContent_OwnModel(wmSubmodal, IconIndex)460 MainScreen.UnitStatDlg.ShowNewContent_OwnModel(wmSubmodal, IconIndex) 463 461 else 464 462 ModalResult := mrIgnore; … … 489 487 // because Messg.SoundMessage not capable of movie mode 490 488 begin 491 with M essgExDlg do489 with MainScreen.MessgExDlg do 492 490 begin 493 491 MessgText := SimpleText; … … 500 498 procedure TribeMessage(P: Integer; SimpleText, SoundItem: string); 501 499 begin 502 with M essgExDlg do500 with MainScreen.MessgExDlg do 503 501 begin 504 502 OpenSound := SoundItem; … … 514 512 : Integer; 515 513 begin 516 with M essgExDlg do514 with MainScreen.MessgExDlg do 517 515 begin 518 516 MessgText := SimpleText; … … 527 525 ContextKind: TLinkCategory; ContextNo: Integer); 528 526 begin 529 with M essgExDlg do527 with MainScreen.MessgExDlg do 530 528 begin 531 529 MessgText := SimpleText;
Note:
See TracChangeset
for help on using the changeset viewer.