| 1728 | } |
| 1729 | |
| 1730 | void CMainFrame::OnToolsWorldObjectsLights() { |
| 1731 | CWorldObjectsLightDialog dlg; |
| 1732 | |
| 1733 | theApp.pause(); |
| 1734 | dlg.DoModal(); |
| 1735 | theApp.resume(); |
| 1736 | } |
| 1737 | |
| 1738 | void CMainFrame::OnToolsWorldObjectsPlayer() { |
| 1739 | CWorldObjectsPlayerDialog dlg; |