MCPcopy Create free account
hub / github.com/assaultcube/AC / cleanuptmus

Function cleanuptmus

source/src/texture.cpp:823–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823void cleanuptmus()
824{
825 tmu invalidtmu = INVALIDTMU;
826 loopi(MAXTMUS) tmus[i] = invalidtmu;
827}
828
829Texture *e_wall = NULL, *e_floor = NULL, *e_ceil = NULL;
830

Callers 1

resetglFunction · 0.85

Calls 1

loopiFunction · 0.70

Tested by

no test coverage detected