| 86 | //=========================================================================== |
| 87 | |
| 88 | void tileUpdateAnimations() |
| 89 | { |
| 90 | for (unsigned i = 0; i < texExtInfo.Size(); i++) |
| 91 | { |
| 92 | auto& x = texExtInfo[i]; |
| 93 | if (x.picanm.type()) |
| 94 | { |
| 95 | int j = i + tileAnimateOfs(FSetTextureID(i), false); |
| 96 | TexMan.SetTranslation(FSetTextureID(i), FSetTextureID(j)); |
| 97 | } |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | //========================================================================== |
| 102 | // |
no test coverage detected