diff --git a/src/Resources.c b/src/Resources.c index 8cc0cdcc4..d8b31e286 100644 --- a/src/Resources.c +++ b/src/Resources.c @@ -969,6 +969,8 @@ static void MCCTextures_CheckExistence(void) { static void MCCTextures_CountMissing(void) { int i; + if (allZipEntriesExist) return; + numDefaultZipSources = Array_Elems(defaultZipSources); /* old gold texture only needed in 0.0.23 and earlier */ if (Game_Version.Version > VERSION_0023) numDefaultZipSources--;