mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 15:33:24 +00:00
Do not count gfx.pk3 toward mainwads in testers build
This commit is contained in:
parent
7e709cd018
commit
ba6ee7eaa0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue