| 1456 | } |
| 1457 | |
| 1458 | void CWorldObjectsGenericDialog::OnDefaultRadiusButton() { |
| 1459 | ComputeDefaultSize(Object_info[m_current].type, Object_info[m_current].render_handle, &Object_info[m_current].size); |
| 1460 | |
| 1461 | UpdateDialog(); |
| 1462 | } |
| 1463 | |
| 1464 | void CWorldObjectsGenericDialog::OnSelScript() { |
| 1465 | CString filter = "D3 Compiled Scripts (*.dll)|*.dll||"; |
nothing calls this directly
no test coverage detected