| 2383 | PlaceGroupTerrain(cellnum, Scrap, (result == IDYES)); |
| 2384 | } |
| 2385 | |
| 2386 | void CMainFrame::OnEditAttach() { |
| 2387 | ASSERT(Placed_group != NULL); |
| 2388 | |
| 2389 | AttachGroup(); |
| 2390 | } |
| 2391 | |
| 2392 | void CMainFrame::OnEditCut() { |
nothing calls this directly
no test coverage detected