| 1449 | } |
| 1450 | |
| 1451 | void CEditorView::OnRoomPropagateToAdjacentCoplanarFaces() { |
| 1452 | extern void PropagateToConnectedFaces(room * rp, int facenum); |
| 1453 | |
| 1454 | PropagateToConnectedFaces(Curroomp, Curface); |
| 1455 | } |
| 1456 | |
| 1457 | void CEditorView::OnViewFlip() { |
| 1458 | Viewer_object->orient.fvec = -Viewer_object->orient.fvec; |
nothing calls this directly
no test coverage detected