From efa92b02066d799aead358ebf8b083f709f89e1c Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 18 Dec 2021 20:40:56 -0800 Subject: [PATCH] Add followers.pk3 to main files list --- src/d_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index 27ee40926..3de569a9a 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1072,6 +1072,7 @@ static void IdentifyVersion(void) #ifdef USE_PATCH_FILE D_AddFile(startupiwads, va(pandf,srb2waddir,"patch.pk3")); #endif + D_AddFile(startupiwads, va(pandf,srb2waddir,"followers.pk3")); #if !defined (HAVE_SDL) || defined (HAVE_MIXER) @@ -1320,6 +1321,7 @@ void D_SRB2Main(void) #ifdef USE_PATCH_FILE mainwads++; W_VerifyFileMD5(mainwads, ASSET_HASH_PATCH_PK3); // patch.pk3 #endif + mainwads++; W_VerifyFileMd5(mainwads, ASSET_HASH_FOLLOWERS_PK3); // followers.pk3 #else mainwads++; // gfx.pk3 mainwads++; // textures.pk3 @@ -1328,6 +1330,7 @@ void D_SRB2Main(void) #ifdef USE_PATCH_FILE mainwads++; // patch.pk3 #endif + mainwads++; // followers.pk3 #endif //ifndef DEVELOP