| 1720 | } |
| 1721 | |
| 1722 | void CMainFrame::OnToolsWorldObjectsDoor() { |
| 1723 | CWorldObjectsDoorDialog dlg; |
| 1724 | |
| 1725 | theApp.pause(); |
| 1726 | dlg.DoModal(); |
| 1727 | theApp.resume(); |
| 1728 | } |
| 1729 | |
| 1730 | void CMainFrame::OnToolsWorldObjectsLights() { |
| 1731 | CWorldObjectsLightDialog dlg; |