MCPcopy Create free account
hub / github.com/ZDoom/Raze / tileUpdateAnimations

Function tileUpdateAnimations

source/core/textures/texinfo.cpp:88–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86//===========================================================================
87
88void 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//

Callers 1

DisplayFunction · 0.85

Calls 5

tileAnimateOfsFunction · 0.85
FSetTextureIDClass · 0.85
SetTranslationMethod · 0.80
SizeMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected