| 3351 | ddio_KeyFlush(); |
| 3352 | } |
| 3353 | |
| 3354 | void CMainFrame::OnScriptLevelInterface() { |
| 3355 | CScriptLevelInterface dlg; |
| 3356 | dlg.DoModal(); |
| 3357 | ddio_KeyFlush(); |
| 3358 | } |
| 3359 | |
| 3360 | void CMainFrame::OnFileFixCracks() { FixCracks(); } |
nothing calls this directly
no test coverage detected