| 853 | } |
| 854 | |
| 855 | void CEditorView::OnRoomAttachRoom() { |
| 856 | ASSERT(Placed_room != -1); |
| 857 | |
| 858 | AttachRoom(); |
| 859 | } |
| 860 | |
| 861 | void CEditorView::OnRoomBuildBridge() { |
| 862 | if ((Markedroomp == NULL) || (Markedface == -1)) { |
nothing calls this directly
no test coverage detected