From 1f40c48bea046636d9c3907b14dae39a7777bae8 Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 19 Jan 2022 01:13:09 -0800 Subject: [PATCH] Do not count gfx.pk3 toward mainwads in testers build --- src/d_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index bd8e0febf..2eb8b100b 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -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