mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-25 20:42:35 +00:00
Do not count gfx.pk3 toward mainwads in testers build
This commit is contained in:
parent
5d5e71beda
commit
1f40c48bea
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue