Do not count gfx.pk3 toward mainwads in testers build

This commit is contained in:
James R 2022-01-19 01:13:09 -08:00
parent 7e709cd018
commit ba6ee7eaa0

View file

@ -1348,7 +1348,9 @@ void D_SRB2Main(void)
mainwads++; W_VerifyFileMD5(mainwads, ASSET_HASH_PATCH_PK3); // patch.pk3
#endif
#else
#if !defined (TESTERS) || !defined (HOSTTESTERS)
mainwads++; // gfx.pk3
#endif
mainwads++; // textures.pk3
mainwads++; // chars.pk3
mainwads++; // maps.pk3