Wrong condition

This commit is contained in:
James R 2022-01-19 01:17:54 -08:00
parent 8f8d34728b
commit b3e6030a9b

View file

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