| 1712 | } |
| 1713 | |
| 1714 | void CMainFrame::OnToolsWorldWeapons() { |
| 1715 | CWorldWeaponsDialog wweapdlg; |
| 1716 | |
| 1717 | theApp.pause(); |
| 1718 | wweapdlg.DoModal(); |
| 1719 | theApp.resume(); |
| 1720 | } |
| 1721 | |
| 1722 | void CMainFrame::OnToolsWorldObjectsDoor() { |
| 1723 | CWorldObjectsDoorDialog dlg; |