| 3479 | } |
| 3480 | |
| 3481 | void CMainFrame::OnUpdateSpeedCustom(CCmdUI *pCmdUI) |
| 3482 | { |
| 3483 | pCmdUI->Enable(!FTEnv.GetSoundGenerator()->IsPlaying()); // // // |
| 3484 | pCmdUI->SetCheck(GetDoc().GetModule()->GetEngineSpeed() != 0); |
| 3485 | } |
nothing calls this directly
no test coverage detected