MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / MCCTextures_CheckStatus

Function MCCTextures_CheckStatus

src/Resources.c:1217–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217static void MCCTextures_CheckStatus(void) {
1218 int i;
1219 for (i = 0; i < numDefaultZipSources; i++)
1220 {
1221 if (defaultZipSources[i].downloaded) continue;
1222 MCCTextures_CheckSource(&defaultZipSources[i]);
1223 }
1224}
1225
1226static const struct AssetSet mccTexsAssetSet = {
1227 MCCTextures_CheckExistence,

Callers

nothing calls this directly

Calls 1

MCCTextures_CheckSourceFunction · 0.85

Tested by

no test coverage detected