| 1736 | } |
| 1737 | |
| 1738 | void CMainFrame::OnToolsWorldObjectsPlayer() { |
| 1739 | CWorldObjectsPlayerDialog dlg; |
| 1740 | |
| 1741 | theApp.pause(); |
| 1742 | dlg.DoModal(); |
| 1743 | theApp.resume(); |
| 1744 | } |
| 1745 | |
| 1746 | void CMainFrame::OnToolsWorldObjectsPowerups() { |
| 1747 | CWorldObjectsGenericDialog dlg; |