| 487 | } |
| 488 | |
| 489 | void CWorldTexturesDialog::OnNext() { |
| 490 | D3EditState.texdlg_texture = GetNextTexture(D3EditState.texdlg_texture); |
| 491 | |
| 492 | UpdateDialog(); |
| 493 | } |
| 494 | |
| 495 | void CWorldTexturesDialog::OnPrevious() { |
| 496 |
nothing calls this directly
no test coverage detected