| 1215 | } |
| 1216 | |
| 1217 | static 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 | |
| 1226 | static const struct AssetSet mccTexsAssetSet = { |
| 1227 | MCCTextures_CheckExistence, |
nothing calls this directly
no test coverage detected