| 122 | } |
| 123 | |
| 124 | void CScriptEditorDlg::OnCancel() { |
| 125 | // TODO: Add extra cleanup here |
| 126 | ddio_KeyFlush(); |
| 127 | CDialog::OnCancel(); |
| 128 | } |
| 129 | |
| 130 | // This sets the script text data in the editor. Call this before the DoModal() call |
| 131 | void CScriptEditorDlg::SetScript(char *script, tD3XProgram *d3x) { |
nothing calls this directly
no test coverage detected