| 1420 | } |
| 1421 | |
| 1422 | void CEditorView::OnRoomMergeObjectIntoRoom() { |
| 1423 | if (MergeObjectIntoRoom(Curroomp, Cur_object_index)) |
| 1424 | Cur_object_index = -1; |
| 1425 | } |
| 1426 | |
| 1427 | void CEditorView::OnRoomDeleteConnectedFaces() { |
| 1428 | if (OutrageMessageBox( |
nothing calls this directly
no test coverage detected