| 812 | } |
| 813 | |
| 814 | void CEditorView::OnRoomPreviousFace() { |
| 815 | SelectPrevFace(); |
| 816 | |
| 817 | EditorStatus("Face %d selected.", Curface); |
| 818 | } |
| 819 | |
| 820 | void CEditorView::OnRoomSelectByNumber() { |
| 821 | int n; |
nothing calls this directly
no test coverage detected