| 2337 | return 1; |
| 2338 | } |
| 2339 | |
| 2340 | void CMainFrame::OnEditCopy() { |
| 2341 | if (CopySelectedRooms()) |
| 2342 | EditorStatus("%d rooms copied to Scrap", N_selected_rooms); |
| 2343 | } |
| 2344 | |
| 2345 | void CMainFrame::OnEditPlace() { |
nothing calls this directly
no test coverage detected