| 1277 | } |
| 1278 | |
| 1279 | void CEditorView::OnRoomRenameRoom() { RenameRoom(); } |
| 1280 | |
| 1281 | void CEditorView::OnUpdateRoomSetCenterFromViewer(CCmdUI *pCmdUI) { pCmdUI->Enable(!OBJECT_OUTSIDE(Viewer_object)); } |
| 1282 |
nothing calls this directly
no test coverage detected