| 1165 | } |
| 1166 | |
| 1167 | void CEditorView::OnRoomJoinRoomsExact() { |
| 1168 | if ((Markedroomp == NULL) || (Markedface == -1)) { |
| 1169 | OutrageMessageBox("You must have a marked face to use this function."); |
| 1170 | return; |
| 1171 | } |
| 1172 | |
| 1173 | JoinRoomsExact(Curroomp, Curface, Markedroomp, Markedface); |
| 1174 | } |
| 1175 | |
| 1176 | #define POPUP_OUTLINE_ON 0x60 |
| 1177 | #define POPUP_OUTLINE_MINE 0x61 |
nothing calls this directly
no test coverage detected