| 1092 | } |
| 1093 | |
| 1094 | void CEditorView::OnRoomSplitFace() { |
| 1095 | if (OutrageMessageBox(MBOX_YESNO, "Are you sure you want to triangulate the current face?") == IDYES) |
| 1096 | TriangulateFace(Curroomp, Curface, Curvert); |
| 1097 | } |
| 1098 | |
| 1099 | void CEditorView::OnRoomDeletePortal() { |
| 1100 | if (Curportal == -1) { |
nothing calls this directly
no test coverage detected