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 committed by SinnamonLat
parent 5d5e71beda
commit 1f40c48bea

View file

@ -1351,7 +1351,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