MCPcopy Index your code
hub / github.com/assaultcube/AC / resettexturelists

Function resettexturelists

source/src/texture.cpp:1318–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316
1317#ifdef _DEBUG
1318void resettexturelists()
1319{
1320 loopk(3) loopi(256) hdr.texlists[k][i] = i;
1321}
1322COMMAND(resettexturelists, "");
1323#endif

Callers

nothing calls this directly

Calls 2

loopkFunction · 0.70
loopiFunction · 0.70

Tested by

no test coverage detected