| 806 | void CEditorView::OnRoomGrabTexture() { theApp.main_frame->m_TextureDialog->OnTexpadGrab(); } |
| 807 | |
| 808 | void CEditorView::OnRoomNextFace() { |
| 809 | SelectNextFace(); |
| 810 | |
| 811 | EditorStatus("Face %d selected.", Curface); |
| 812 | } |
| 813 | |
| 814 | void CEditorView::OnRoomPreviousFace() { |
| 815 | SelectPrevFace(); |
nothing calls this directly
no test coverage detected