| 948 | } |
| 949 | |
| 950 | void CEditorView::OnRoomDropRoom() { |
| 951 | if (D3EditState.current_room == -1) { |
| 952 | OutrageMessageBox("You must have a current room for this operation"); |
| 953 | return; |
| 954 | } |
| 955 | |
| 956 | DropRoom(Curroomp, Curface, D3EditState.current_room); |
| 957 | } |
| 958 | |
| 959 | void CEditorView::OnRoomPlaceTerrainRoom() { |
| 960 | int cellnum; |
nothing calls this directly
no test coverage detected