| 3685 | |
| 3686 | void CMainFrame::OnAccelSlideright() { HTextureSlide(Curroomp, Curface, (float)1.0 * D3EditState.texscale, 0.0f); } |
| 3687 | |
| 3688 | void CMainFrame::OnAccelSlideup() { HTextureSlide(Curroomp, Curface, 0.0f, (float)1.0 * D3EditState.texscale); } |
| 3689 | |
| 3690 | void CMainFrame::OnAccelNextVertex() { |
nothing calls this directly
no test coverage detected