Pages in this particular texture
| 719 | |
| 720 | // Pages in this particular texture |
| 721 | void TouchTexture(int n) { |
| 722 | if (GameTextures[n].flags & TF_ANIMATED) { |
| 723 | PageInVClip(GameTextures[n].bm_handle); |
| 724 | } else |
| 725 | PageInTexture(n, true); |
| 726 | } |
| 727 | |
| 728 | // Frees all the bumpmaps associated with a texture |
| 729 | void FreeTextureBumpmaps(int tex_handle) { |
no test coverage detected